elastic / libesvm

A library for managing instances of Elasticsearch
7 stars 14 forks source link

Implement cache.clear() #50

Closed spalger closed 6 years ago

spalger commented 6 years ago

This updates the libesvm cache with a clear() method, which wipes the cache from disk. It is then used when a fresh install is requested, and exposed at the top level API for the esvm cli to use if necessary.