|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalCache<K,V>
Extension of the 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
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.ehcache.Cache |
---|
Cache.Entry<K,V> |
Method Summary | |
---|---|
void |
addHook(LifeCycled hook)
Add lifecycle hooks |
java.util.Map<BulkOps,org.terracotta.statistics.jsr166e.LongAdder> |
getBulkMethodEntries()
BulkMethodEntries |
CacheLoaderWriter<? super K,V> |
getCacheLoaderWriter()
CacheLoaderWriter |
Jsr107Cache<K,V> |
getJsr107Cache()
Jsr107Cache |
Methods inherited from interface org.ehcache.UserManagedCache |
---|
close, getStatus, init |
Methods inherited from interface org.ehcache.Cache |
---|
clear, containsKey, get, getAll, getRuntimeConfiguration, put, putAll, putIfAbsent, remove, remove, removeAll, replace, replace |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
java.util.Map<BulkOps,org.terracotta.statistics.jsr166e.LongAdder> getBulkMethodEntries()
Jsr107Cache<K,V> getJsr107Cache()
CacheLoaderWriter<? super K,V> getCacheLoaderWriter()
void addHook(LifeCycled hook)
hook
- hook it to lifecycle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |