Uses of Class
org.ehcache.jcache.JCacheListenerAdapter

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

Uses of JCacheListenerAdapter in org.ehcache.jcache
 

Methods in org.ehcache.jcache that return JCacheListenerAdapter
 JCacheListenerAdapter<K,V> JCacheConfiguration.removeCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
           
 

Methods in org.ehcache.jcache with parameters of type JCacheListenerAdapter
 boolean JCacheConfiguration.addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration, JCacheListenerAdapter<K,V> cacheEventListener)
           
 



Copyright © 2014 Terracotta. All Rights Reserved.