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
 

Subinterfaces of Cache.Entry in javax.cache
static interface Cache.MutableEntry<K,V>
          An accessor and mutator to the underlying 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 © 2012. All Rights Reserved.