Uses of Interface
org.tavall.couriers.api.cache.interfaces.ICacheValue
Packages that use ICacheValue
Package
Description
-
Uses of ICacheValue in org.tavall.couriers.api.cache
Classes in org.tavall.couriers.api.cache that implement ICacheValue -
Uses of ICacheValue in org.tavall.couriers.api.cache.abstracts
Classes in org.tavall.couriers.api.cache.abstracts that implement ICacheValueModifier and TypeClassDescriptionclassAbstractCache<K,V> Abstract base class for cache implementations providing common caching functionality -
Uses of ICacheValue in org.tavall.couriers.api.cache.maps
Subclasses with type arguments of type ICacheValue in org.tavall.couriers.api.cache.mapsMethods in org.tavall.couriers.api.cache.maps that return types with arguments of type ICacheValueModifier and TypeMethodDescriptionList<List<ICacheValue<?>>> CacheMap.findByDomain(CacheDomain domain) List<List<ICacheValue<?>>> CacheMap.findByType(CacheType type) List<ICacheValue<?>> Methods in org.tavall.couriers.api.cache.maps with parameters of type ICacheValueModifier and TypeMethodDescriptionvoidCacheMap.add(ICacheKey<?> cacheKey, ICacheValue<?> newValue) booleanCacheMap.containsInBucket(Class<?> domainKey, ICacheValue<?> value) voidCacheMap.removeValue(ICacheValue<?> valueToRemove) Removes a specific Wrapper value from the bucket, but keeps the Key.<T> TCacheMap.unwrap(ICacheValue<?> wrapper, Class<T> type) Type-Safe Extraction helper. -
Uses of ICacheValue in org.tavall.couriers.api.delivery.state.cache
Classes in org.tavall.couriers.api.delivery.state.cache that implement ICacheValue -
Uses of ICacheValue in org.tavall.couriers.api.qr.cache
Classes in org.tavall.couriers.api.qr.cache that implement ICacheValue -
Uses of ICacheValue in org.tavall.couriers.api.qr.scan.cache
Classes in org.tavall.couriers.api.qr.scan.cache that implement ICacheValue -
Uses of ICacheValue in org.tavall.couriers.api.route.cache
Classes in org.tavall.couriers.api.route.cache that implement ICacheValue -
Uses of ICacheValue in org.tavall.couriers.api.tracking.cache
Classes in org.tavall.couriers.api.tracking.cache that implement ICacheValue -
Uses of ICacheValue in org.tavall.couriers.api.web.user.cache
Classes in org.tavall.couriers.api.web.user.cache that implement ICacheValue