Uses of Interface
javax.cache.Cache.Entry
Packages that use Cache.Entry
Package
Description
This package contains the API for JCache.
This package contains event listener interfaces.
This package contains interfaces for integration.
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 -
Uses of Cache.Entry in javax.cache.event
Classes in javax.cache.event that implement Cache.Entry -
Uses of Cache.Entry in javax.cache.integration
Methods in javax.cache.integration with parameters of type Cache.EntryModifier and TypeMethodDescriptionvoid
CacheWriter.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.EntryModifier and TypeMethodDescriptionvoid
CacheWriter.writeAll
(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.processorModifier and TypeInterfaceDescriptioninterface
MutableEntry<K,
V> A mutable representation of aCache.Entry
.