Uses of Class
com.tangosol.coherence.jcache.passthroughcache.PassThroughCacheEntryEvent
-
Packages that use PassThroughCacheEntryEvent Package Description com.tangosol.coherence.jcache.passthroughcache Contains classes related to pass-through cache implementation of Coherence JCache. -
-
Uses of PassThroughCacheEntryEvent in com.tangosol.coherence.jcache.passthroughcache
Methods in com.tangosol.coherence.jcache.passthroughcache that return PassThroughCacheEntryEvent Modifier and Type Method Description static <K,V>
PassThroughCacheEntryEvent<K,V>PassThroughCacheEntryEvent. from(MapEvent event)
Creates aPassThroughCacheEntryEvent
based on aMapEvent
-