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 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.