Uses of Interface
javax.cache.Cache.Entry
-
Packages that use Cache.Entry Package Description javax.cache org.wso2.carbon.caching.impl -
-
Uses of Cache.Entry in javax.cache
Subinterfaces of Cache.Entry in javax.cache Modifier and Type Interface Description static interfaceCache.MutableEntry<K,V>An accessor and mutator to the underlying CacheMethods in javax.cache that return Cache.Entry Modifier and Type Method Description Cache.Entry<K,V>CacheLoader. load(K key)Loads an object.Methods in javax.cache that return types with arguments of type Cache.Entry Modifier and Type Method Description Iterator<Cache.Entry<K,V>>Cache. iterator()The ordering of the entries is undefinedMethods in javax.cache with parameters of type Cache.Entry Modifier and Type Method Description voidCacheWriter. 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 Modifier and Type Method Description voidCacheWriter. writeAll(Collection<Cache.Entry<? extends K,? extends V>> entries)Write the specified entries to the underlying store. -
Uses of Cache.Entry in org.wso2.carbon.caching.impl
Classes in org.wso2.carbon.caching.impl that implement Cache.Entry Modifier and Type Class Description classCacheEntry<K,V>TODO: class descriptionMethods in org.wso2.carbon.caching.impl that return types with arguments of type Cache.Entry Modifier and Type Method Description Iterator<Cache.Entry<K,V>>CacheImpl. iterator()
-