Uses of Class
org.infinispan.container.entries.ForwardingCacheEntry
-
Packages that use ForwardingCacheEntry Package Description org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of ForwardingCacheEntry in org.infinispan.util
Subclasses of ForwardingCacheEntry in org.infinispan.util Modifier and Type Class Description class
EntryWrapper<K,V>
Wrapper for CacheEntry(s) that can be used to update the cache when it's value is set.
-