Uses of Class
org.infinispan.jcache.AbstractJCache
Packages that use AbstractJCache
-
Uses of AbstractJCache in org.infinispan.jcache
Fields in org.infinispan.jcache declared as AbstractJCacheModifier and TypeFieldDescriptionprotected final AbstractJCache<K, V> AbstractJCacheListenerAdapter.jcacheMethods in org.infinispan.jcache that return AbstractJCacheModifier and TypeMethodDescriptionprotected abstract AbstractJCache<K, V> AbstractJCache.checkNotClosed()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> protected AbstractJCache<K, V> AbstractJCache.verifyKeys(Set<? extends K> keys) Methods in org.infinispan.jcache with parameters of type AbstractJCacheModifier and TypeMethodDescriptionvoidAbstractJCacheNotifier.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> void AbstractJCacheManager.delegateRemoveCache(AbstractJCache<K, V> cacheName) protected <K,V> void AbstractJCacheManager.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 AbstractJCacheModifierConstructorDescriptionAbstractJCacheListenerAdapter(AbstractJCache<K, V> jcache, AbstractJCacheNotifier<K, V> notifier)