Uses of Interface
javax.cache.Cache.Entry

Packages that use Cache.Entry
javax.cache This package contains the API for JCache.. 
 

Uses of Cache.Entry in javax.cache
 

Methods in javax.cache that return Cache.Entry
 Cache.Entry<K,V> CacheLoader.load(K key)
          Loads an object.
 

Methods in javax.cache that return types with arguments of type Cache.Entry
 Iterator<Cache.Entry<K,V>> Cache.iterator()
           The ordering of the entries is undefined
 

Methods in javax.cache with parameters of type Cache.Entry
 void CacheWriter.write(Cache.Entry<K,V> entry)
          Write the specified value under the specified key to the underlying store.
 

Method parameters in javax.cache with type arguments of type Cache.Entry
 void CacheWriter.writeAll(Collection<Cache.Entry<? extends K,? extends V>> entries)
          Write the specified entries to the underlying store.
 



Copyright © 2011. All Rights Reserved.