Uses of Class
net.sf.ehcache.Cache
-
Packages that use Cache Package Description 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.event This package contains interfaces and classes for listening to events.net.sf.ehcache.store Store package.net.sf.ehcache.store.disk This package contains the disk store.net.sf.ehcache.writer This package contains the cache writer functionalities.net.sf.ehcache.writer.writebehind This package contains the write behind functionalities.net.sf.ehcache.writer.writethrough This package contains the write through functionalities. -
-
Uses of Cache in net.sf.ehcache
Methods in net.sf.ehcache that return Cache Modifier and Type Method Description CacheCache. clone()Clones a cache.CacheCacheManager. getCache(java.lang.String name)Returns a concrete implementation of Cache, it it is available in the CacheManager.Methods in net.sf.ehcache with parameters of type Cache Modifier and Type Method Description voidCacheManager. addCache(Cache cache)Adds aCacheto the CacheManager.StoreFeaturesManager. createStore(Cache cache, Pool onHeapPool, Pool onDiskPool)Create a store for the given cache.WriteBehindFeaturesManager. createWriteBehind(Cache cache)Create a WriteBehind instance for the given cache.Constructors in net.sf.ehcache with parameters of type Cache Constructor Description CacheStoreHelper(Cache cache)Constructor accepting the cache -
Uses of Cache in net.sf.ehcache.config
Methods in net.sf.ehcache.config with parameters of type Cache Modifier and Type Method Description abstract CacheWriterManagerCacheWriterConfiguration.WriteMode. createWriterManager(Cache cache, Store store)Create a newWriterManagerfor a particular cache instance -
Uses of Cache in net.sf.ehcache.event
Constructors in net.sf.ehcache.event with parameters of type Cache Constructor Description RegisteredEventListeners(Cache cache)Constructs a new notification service -
Uses of Cache in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return Cache Modifier and Type Method Description CacheStoreQuery. getCache()Get the cache this query originated from -
Uses of Cache in net.sf.ehcache.store.disk
Methods in net.sf.ehcache.store.disk with parameters of type Cache Modifier and Type Method Description static DiskStoreDiskStore. create(Cache cache)Creates a persitent-to-disk store for the given cache, using the given disk path. -
Uses of Cache in net.sf.ehcache.writer
Methods in net.sf.ehcache.writer with parameters of type Cache Modifier and Type Method Description voidCacheWriterManager. init(Cache cache)Initialize the cache writer manager. -
Uses of Cache in net.sf.ehcache.writer.writebehind
Methods in net.sf.ehcache.writer.writebehind with parameters of type Cache Modifier and Type Method Description voidWriteBehindManager. init(Cache cache)Initialize the cache writer manager.Constructors in net.sf.ehcache.writer.writebehind with parameters of type Cache Constructor Description WriteBehindManager(Cache cache, Store store)Create using the given cache. -
Uses of Cache in net.sf.ehcache.writer.writethrough
Methods in net.sf.ehcache.writer.writethrough with parameters of type Cache Modifier and Type Method Description voidWriteThroughManager. init(Cache cache)Initialize the cache writer manager.
-