Module org.elasticsearch.server
Interface PreBuiltCacheFactory.PreBuiltCache<T>
- Enclosing class:
PreBuiltCacheFactory
public static interface PreBuiltCacheFactory.PreBuiltCache<T>
-
Method Summary
Modifier and TypeMethodDescriptionget
(IndexVersion version) void
put
(IndexVersion version, T t) values()
-
Method Details
-
get
-
put
-
values
Collection<T> values()
-