Uses of Class
org.infinispan.cache.impl.DecoratedCache
Packages that use DecoratedCache
-
Uses of DecoratedCache in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return DecoratedCacheModifier and TypeMethodDescriptionprotected DecoratedCache<K, V> DecoratedCache.newInstance(CacheImpl<K, V> impl, Object lockOwner, long newFlags) Methods in org.infinispan.cache.impl with parameters of type DecoratedCacheModifier and TypeMethodDescriptionstatic InvocationContextInternalCache.readContext(DecoratedCache<?, ?> cache, int size) Creates anInvocationContextusing the cache instance for a read operation.static InvocationContextInternalCache.writeContext(DecoratedCache<?, ?> cache, int size) Creates anInvocationContextusing the cache instance for a write operation.