Interface InternalCacheFactory

All Superinterfaces:
Serializable, Service

public interface InternalCacheFactory extends 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 Type
    Method
    Description
    <K, V> InternalCache<K,V>
    createInternalCache(int intendedApproximateSize)
     
  • Method Details

    • createInternalCache

      <K, V> InternalCache<K,V> createInternalCache(int intendedApproximateSize)