Uses of Interface
javax.cache.Cache.EntryProcessor

Packages that use Cache.EntryProcessor
javax.cache

This package contains the API for JCache. 

 

Uses of Cache.EntryProcessor in javax.cache
 

Methods in javax.cache with parameters of type Cache.EntryProcessor
<T> T
Cache.invokeEntryProcessor(K key, Cache.EntryProcessor<K,V,T> entryProcessor)
          Passes the cache entry associated with K to be passed to the entry processor.
 



Copyright © 2013. All Rights Reserved.