Uses of Class
org.infinispan.cache.impl.DecoratedCache
-
Uses of DecoratedCache in org.infinispan.cache.impl
Modifier and TypeMethodDescriptionprotected DecoratedCache
<K, V> DecoratedCache.newInstance
(CacheImpl<K, V> impl, Object lockOwner, long newFlags) Modifier and TypeMethodDescriptionstatic InvocationContext
InternalCache.readContext
(DecoratedCache<?, ?> cache, int size) Creates anInvocationContext
using the cache instance for a read operation.static InvocationContext
InternalCache.writeContext
(DecoratedCache<?, ?> cache, int size) Creates anInvocationContext
using the cache instance for a write operation.