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
 Object Cache.invokeEntryProcessor(K key, Cache.EntryProcessor<K,V> entryProcessor)
          Passes the cache entry associated with K to be passed to the entry processor.
 



Copyright © 2012. All Rights Reserved.