Interface InternalCacheFactory
- All Superinterfaces:
Serializable
,Service
Internal components can use this factory to create an efficient cache for internal purposes.
The implementation is pluggable, therefore the exact eviction and sizing semantics are unspecified
and responsibility of the implementation.
-
Method Summary
Modifier and TypeMethodDescription<K,
V> InternalCache <K, V> createInternalCache
(int intendedApproximateSize)
-
Method Details
-
createInternalCache
-