Uses of Interface
javax.cache.Cache.EntryProcessor
-
Packages that use Cache.EntryProcessor Package Description javax.cache org.wso2.carbon.caching.impl -
-
Uses of Cache.EntryProcessor in javax.cache
Methods in javax.cache with parameters of type Cache.EntryProcessor Modifier and Type Method Description ObjectCache. invokeEntryProcessor(K key, Cache.EntryProcessor<K,V> entryProcessor)Passes the cache entry associated with K to be passed to the entry processor. -
Uses of Cache.EntryProcessor in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl with parameters of type Cache.EntryProcessor Modifier and Type Method Description ObjectCacheImpl. invokeEntryProcessor(K key, Cache.EntryProcessor<K,V> entryProcessor)
-