mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
This extracts an interface for methods that a caching realm must implement. The idea for this interface is to allow for custom realms to integrate easily with the clear cache api. With this change a custom realm can implement this API and the clear cache action can call the evict or evictAll methods on the realm. Closes elastic/elasticsearch#544 Original commit: elastic/x-pack-elasticsearch@62b0029689
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.