public interface InternalCache<K,V> extends UserManagedCache<K,V>
Cache
and UserManagedCache
interfaces defining common methods used by
collaborators of Cache
implementations.
Ehcache
users should not have to depend on this type but rely exclusively on the api types in package
org.ehcache
.
Cache.Entry<K,V>
Modifier and Type | Method and Description |
---|---|
void |
addHook(LifeCycled hook)
Add lifecycle hooks
|
Jsr107Cache<K,V> |
createJsr107Cache()
Jsr107Cache
|
java.util.Map<BulkOps,java.util.concurrent.atomic.LongAdder> |
getBulkMethodEntries()
BulkMethodEntries
|
CacheLoaderWriter<? super K,V> |
getCacheLoaderWriter()
CacheLoaderWriter
|
close, getStatus, init
clear, containsKey, get, getAll, getRuntimeConfiguration, iterator, put, putAll, putIfAbsent, remove, remove, removeAll, replace, replace
java.util.Map<BulkOps,java.util.concurrent.atomic.LongAdder> getBulkMethodEntries()
Jsr107Cache<K,V> createJsr107Cache()
CacheLoaderWriter<? super K,V> getCacheLoaderWriter()
void addHook(LifeCycled hook)
hook
- hook it to lifecycle