Uses of Interface
javax.cache.Cache.Entry
-
Packages that use Cache.Entry Package Description javax.cache This package contains the API for JCache.javax.cache.event This package contains event listener interfaces.javax.cache.integration This package contains interfaces for integration.javax.cache.processor This package contains the API for Entry Processors. -
-
Uses of Cache.Entry in javax.cache
Methods in javax.cache that return types with arguments of type Cache.Entry Modifier and Type Method Description java.util.Iterator<Cache.Entry<K,V>>Cache. iterator() -
Uses of Cache.Entry in javax.cache.event
Classes in javax.cache.event that implement Cache.Entry Modifier and Type Class Description classCacheEntryEvent<K,V>A Cache entry event base class. -
Uses of Cache.Entry in javax.cache.integration
Methods in javax.cache.integration with parameters of type Cache.Entry Modifier and Type Method Description voidCacheWriter. write(Cache.Entry<? extends K,? extends V> entry)Write the specified value under the specified key to the external resource.Method parameters in javax.cache.integration with type arguments of type Cache.Entry Modifier and Type Method Description voidCacheWriter. writeAll(java.util.Collection<Cache.Entry<? extends K,? extends V>> entries)Write the specified entries to the external resource. -
Uses of Cache.Entry in javax.cache.processor
Subinterfaces of Cache.Entry in javax.cache.processor Modifier and Type Interface Description interfaceMutableEntry<K,V>A mutable representation of aCache.Entry.
-