Uses of Class
org.ehcache.jcache.JCache

Packages that use JCache
org.ehcache.jcache This package contains implementations of JCache (JSR107)interfaces for use with EHCache. 
 

Uses of JCache in org.ehcache.jcache
 

Fields in org.ehcache.jcache declared as JCache
protected  JCache JCacheMXBean.jCache
           
 

Constructors in org.ehcache.jcache with parameters of type JCache
JCacheListenerAdapter(javax.cache.event.CacheEntryListener<K,V> cacheListener, JCache<K,V> jCache, javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
          Construct an adapter that wraps the cacheListener to be used by Ehcache

The interfaces of CacheEntryListener are more fine-grained than the CacheEntryListener interface - and may only implement one or more of the following sub-interfaces: CacheEntryRemovedListener CacheEntryCreatedListener CacheEntryUpdatedListener CacheEntryExpiredListener

When this constructor is called, the cacheListener will be inspected and based upon which sub-interfaces of CacheEntryListener the cacheListener implements, listeners on the corresponding EHCache events will be adapted to it.

JCacheManagementMXBean(JCache jCache)
           
JCacheMXBean(JCache jCache, String name)
           
JCacheStatMXBean(JCache jCache)
           
 



Copyright © 2014 Terracotta. All Rights Reserved.