Uses of Class
org.infinispan.cache.impl.CacheImpl
Packages that use CacheImpl
-
Uses of CacheImpl in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as CacheImplMethods in org.infinispan.cache.impl with parameters of type CacheImplModifier and TypeMethodDescriptionprotected DecoratedCache
<K, V> DecoratedCache.newInstance
(CacheImpl<K, V> impl, Object lockOwner, long newFlags) Constructors in org.infinispan.cache.impl with parameters of type CacheImplModifierConstructorDescriptionAbstractCacheBackedSet
(CacheImpl<K, V> cache, Object lockOwner, long explicitFlags) CacheBackedEntrySet
(CacheImpl<K, V> cache, Object lockOwner, long explicitFlags) CacheBackedKeySet
(CacheImpl<K, V> cache, Object lockOwner, long explicitFlags) DecoratedCache
(CacheImpl<K, V> delegate, long flagsBitSet) DecoratedCache
(CacheImpl<K, V> delegate, Object lockOwner, long newFlags)