Uses of Interface
org.cache2k.core.api.InternalCacheBuildContext
-
Packages that use InternalCacheBuildContext Package Description org.cache2k.core org.cache2k.core.eviction org.cache2k.core.spi org.cache2k.core.timing -
-
Uses of InternalCacheBuildContext in org.cache2k.core
Classes in org.cache2k.core that implement InternalCacheBuildContext Modifier and Type Class Description classInternalCache2kBuilder<K,V>Method object to construct a cache2k cache.Methods in org.cache2k.core with parameters of type InternalCacheBuildContext Modifier and Type Method Description <K,V>
voidCacheManagerImpl. sendCreatedEvent(org.cache2k.Cache c, InternalCacheBuildContext<K,V> ctx)Constructors in org.cache2k.core with parameters of type InternalCacheBuildContext Constructor Description HeapCache(InternalCacheBuildContext<K,V> ctx)called from CacheBuilderIntHeapCache(InternalCacheBuildContext<Integer,V> ctx) -
Uses of InternalCacheBuildContext in org.cache2k.core.eviction
Methods in org.cache2k.core.eviction with parameters of type InternalCacheBuildContext Modifier and Type Method Description EvictionEvictionFactory. constructEviction(InternalCacheBuildContext<?,?> ctx, HeapCacheForEviction hc, InternalEvictionListener l, org.cache2k.config.Cache2kConfig config, int availableProcessors)Construct segmented or queued eviction. -
Uses of InternalCacheBuildContext in org.cache2k.core.spi
Methods in org.cache2k.core.spi with parameters of type InternalCacheBuildContext Modifier and Type Method Description <K,V>
voidCacheLifeCycleListener. cacheCreated(org.cache2k.Cache<K,V> cache, InternalCacheBuildContext<K,V> ctx) -
Uses of InternalCacheBuildContext in org.cache2k.core.timing
Methods in org.cache2k.core.timing with parameters of type InternalCacheBuildContext Modifier and Type Method Description static <K,V>
Timing<K,V>Timing. of(InternalCacheBuildContext<K,V> ctx)
-