|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
net.sf.ehcache | This package contains the public API for using ehcache. |
net.sf.ehcache.config | This package contains the cache configuration code. |
net.sf.ehcache.distribution | This package is for cache replication. |
net.sf.ehcache.event | This package contains interfaces and classes for listening to events. |
net.sf.ehcache.hibernate | This package contains interfaces and classes for Hibernate3.1 and higher. |
net.sf.ehcache.store | Store package. |
Uses of Cache in net.sf.ehcache |
---|
Methods in net.sf.ehcache that return Cache | |
---|---|
Cache |
CacheManager.getCache(java.lang.String name)
Gets a Cache |
Methods in net.sf.ehcache with parameters of type Cache | |
---|---|
void |
CacheManager.addCache(Cache cache)
Adds a Cache to the CacheManager. |
Uses of Cache in net.sf.ehcache.config |
---|
Methods in net.sf.ehcache.config that return Cache | |
---|---|
(package private) Cache |
ConfigurationHelper.createCache(CacheConfiguration cacheConfiguration)
Create a cache given a cache configuration |
(package private) Cache |
ConfigurationHelper.createCacheFromName(java.lang.String name)
Creates a cache from configuration where the configuration cache name matches the given name |
Cache |
ConfigurationHelper.createDefaultCache()
|
Uses of Cache in net.sf.ehcache.distribution |
---|
Methods in net.sf.ehcache.distribution that return Cache | |
---|---|
(package private) Cache |
RMICachePeer.getBoundCacheInstance()
Gets the cache instance that this listener is bound to |
Methods in net.sf.ehcache.distribution with parameters of type Cache | |
---|---|
java.util.List |
MulticastRMICacheManagerPeerProvider.listRemoteCachePeers(Cache cache)
|
java.util.List |
ManualRMICacheManagerPeerProvider.listRemoteCachePeers(Cache cache)
|
java.util.List |
CacheManagerPeerProvider.listRemoteCachePeers(Cache cache)
|
abstract java.util.List |
RMICacheManagerPeerProvider.listRemoteCachePeers(Cache cache)
|
(package private) static java.util.List |
RMISynchronousCacheReplicator.listRemoteCachePeers(Cache cache)
Package protected List of cache peers |
void |
RMISynchronousCacheReplicator.notifyElementExpired(Cache cache,
Element element)
Called immediately after an element is found to be expired. |
void |
RMIAsynchronousCacheReplicator.notifyElementPut(Cache cache,
Element element)
Called immediately after an element has been put into the cache. |
void |
RMISynchronousCacheReplicator.notifyElementPut(Cache cache,
Element element)
Called immediately after an element has been put into the cache. |
void |
RMIAsynchronousCacheReplicator.notifyElementRemoved(Cache cache,
Element element)
Called immediately after an element has been removed. |
void |
RMISynchronousCacheReplicator.notifyElementRemoved(Cache cache,
Element element)
Called immediately after an element has been removed. |
void |
RMIAsynchronousCacheReplicator.notifyElementUpdated(Cache cache,
Element element)
Called immediately after an element has been put into the cache and the element already existed in the cache. |
void |
RMISynchronousCacheReplicator.notifyElementUpdated(Cache cache,
Element element)
Called immediately after an element has been put into the cache and the element already existed in the cache. |
Constructors in net.sf.ehcache.distribution with parameters of type Cache | |
---|---|
RMICachePeer(Cache cache,
java.lang.String hostName,
java.lang.Integer port,
java.lang.Integer socketTimeoutMillis)
Construct a new remote peer. |
Uses of Cache in net.sf.ehcache.event |
---|
Methods in net.sf.ehcache.event with parameters of type Cache | |
---|---|
void |
CacheEventListener.notifyElementExpired(Cache cache,
Element element)
Called immediately after an element is found to be expired. |
void |
CacheEventListener.notifyElementPut(Cache cache,
Element element)
Called immediately after an element has been put into the cache. |
void |
CacheEventListener.notifyElementRemoved(Cache cache,
Element element)
Called immediately after an element has been removed. |
void |
CacheEventListener.notifyElementUpdated(Cache cache,
Element element)
Called immediately after an element has been put into the cache and the element already existed in the cache. |
Constructors in net.sf.ehcache.event with parameters of type Cache | |
---|---|
RegisteredEventListeners(Cache cache)
Constructs a new notification service |
Uses of Cache in net.sf.ehcache.hibernate |
---|
Methods in net.sf.ehcache.hibernate that return Cache | |
---|---|
(package private) Cache |
EhCache.getBackingCache()
Package protected method used for testing |
Constructors in net.sf.ehcache.hibernate with parameters of type Cache | |
---|---|
EhCache(Cache cache)
Creates a new Hibernate pluggable cache by name. |
Uses of Cache in net.sf.ehcache.store |
---|
Fields in net.sf.ehcache.store declared as Cache | |
---|---|
protected Cache |
MemoryStore.cache
The cache this store is associated with. |
Methods in net.sf.ehcache.store with parameters of type Cache | |
---|---|
static MemoryStore |
MemoryStore.create(Cache cache,
DiskStore diskStore)
A factory method to create a MemoryStore. |
Constructors in net.sf.ehcache.store with parameters of type Cache | |
---|---|
DiskStore(Cache cache,
java.lang.String diskPath)
Creates a disk store. |
|
FifoMemoryStore(Cache cache,
DiskStore diskStore)
Constructor for the FifoMemoryStore object. |
|
LfuMemoryStore(Cache cache,
DiskStore diskStore)
Constructor for the LfuMemoryStore object. |
|
LruMemoryStore(Cache cache,
DiskStore diskStore)
Constructor for the LruMemoryStore object The backing LinkedHashMap is created with LRU by access order. |
|
MemoryStore(Cache cache,
DiskStore diskStore)
Constructs things that all MemoryStores have in common. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |