Uses of Class
org.infinispan.jcache.AbstractJCache
-
Packages that use AbstractJCache Package Description org.infinispan.jcache -
-
Uses of AbstractJCache in org.infinispan.jcache
Fields in org.infinispan.jcache declared as AbstractJCache Modifier and Type Field Description protected AbstractJCache<K,V>AbstractJCacheListenerAdapter. jcacheMethods in org.infinispan.jcache that return AbstractJCache Modifier and Type Method Description protected abstract AbstractJCache<K,V>AbstractJCache. checkNotClosed()AbstractJCache<K,V>AbstractJCache. checkNotNull(Object obj, String name)protected abstract <K,V,I extends org.infinispan.commons.api.BasicCache<K,V>>
AbstractJCache<K,V>AbstractJCacheManager. create(I ispnCache)protected abstract <K,V,C extends javax.cache.configuration.Configuration<K,V>>
AbstractJCache<K,V>AbstractJCacheManager. create(String cacheName, C configuration)protected AbstractJCache<K,V>AbstractJCache. verifyKeys(Set<? extends K> keys)Methods in org.infinispan.jcache with parameters of type AbstractJCache Modifier and Type Method Description voidAbstractJCacheNotifier. addListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> reg, AbstractJCache<K,V> jcache, AbstractJCacheNotifier<K,V> notifier)protected abstract AbstractJCacheListenerAdapter<K,V>AbstractJCacheNotifier. createListenerAdapter(AbstractJCache<K,V> jcache, AbstractJCacheNotifier<K,V> notifier)protected abstract <K,V>
voidAbstractJCacheManager. delegateRemoveCache(AbstractJCache<K,V> cacheName)protected <K,V>
voidAbstractJCacheManager. registerPredefinedCache(String cacheName, AbstractJCache<K,V> cache)voidAbstractJCacheNotifier. removeListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> reg, AbstractJCache<K,V> jcache)Constructors in org.infinispan.jcache with parameters of type AbstractJCache Constructor Description AbstractJCacheListenerAdapter(AbstractJCache<K,V> jcache, AbstractJCacheNotifier<K,V> notifier)
-