Uses of Interface
org.tavall.couriers.api.cache.interfaces.ICacheKey
Packages that use ICacheKey
Package
Description
-
Uses of ICacheKey in org.tavall.couriers.api.cache
Classes in org.tavall.couriers.api.cache that implement ICacheKey -
Uses of ICacheKey in org.tavall.couriers.api.cache.abstracts
Classes in org.tavall.couriers.api.cache.abstracts that implement ICacheKeyModifier and TypeClassDescriptionclassAbstractCache<K,V> Abstract base class for cache implementations providing common caching functionalityMethods in org.tavall.couriers.api.cache.abstracts that return ICacheKeyModifier and TypeMethodDescriptionICacheKey<?> ICacheKey<?> ICacheKey<?> AbstractCache.createKey(K rawKey, CacheType type, CacheDomain domain) ICacheKey<?> AbstractCache.createKey(K rawKey, CacheType type, CacheDomain domain, CacheSource source) ICacheKey<?> AbstractCache.createKey(K rawKey, CacheType type, CacheDomain domain, CacheSource source, CacheVersion version) ICacheKey<?> AbstractCache.createKey(K rawKey, CacheType type, CacheDomain domain, CacheVersion version) ICacheKey<?> AbstractCache.createKey(K rawKey, CacheType type, CacheSource source) ICacheKey<?> AbstractCache.createKey(K rawKey, CacheType type, CacheSource source, CacheVersion version) ICacheKey<?> AbstractCache.createKey(K rawKey, CacheType type, CacheVersion version) -
Uses of ICacheKey in org.tavall.couriers.api.cache.maps
Subclasses with type arguments of type ICacheKey in org.tavall.couriers.api.cache.mapsMethods in org.tavall.couriers.api.cache.maps with parameters of type ICacheKeyModifier and TypeMethodDescriptionvoidCacheMap.add(ICacheKey<?> cacheKey, ICacheValue<?> newValue) booleanCacheMap.containsDomainKey(ICacheKey<?> key) booleanCacheMap.containsPayload(ICacheKey<?> key, Object realPayload) Checks if the REAL domain object (payload) already exists in the bucket.List<ICacheValue<?>> voidCacheMap.removeCacheKey(ICacheKey<?> key) Hard delete of the Key (and its entire bucket). -
Uses of ICacheKey in org.tavall.couriers.api.delivery.state.cache
Classes in org.tavall.couriers.api.delivery.state.cache that implement ICacheKey -
Uses of ICacheKey in org.tavall.couriers.api.qr.cache
Classes in org.tavall.couriers.api.qr.cache that implement ICacheKeyMethods in org.tavall.couriers.api.qr.cache that return ICacheKeyModifier and TypeMethodDescriptionQRShippingLabelCache.getLabelCacheKey()QRCodeCache.getQRCodeCacheKey() -
Uses of ICacheKey in org.tavall.couriers.api.qr.scan.cache
Classes in org.tavall.couriers.api.qr.scan.cache that implement ICacheKeyMethods in org.tavall.couriers.api.qr.scan.cache that return ICacheKeyModifier and TypeMethodDescriptionScanCacheService.getScanCacheKey()ScanErrorCacheService.getScanErrorKey() -
Uses of ICacheKey in org.tavall.couriers.api.route.cache
Classes in org.tavall.couriers.api.route.cache that implement ICacheKeyMethods in org.tavall.couriers.api.route.cache that return ICacheKey -
Uses of ICacheKey in org.tavall.couriers.api.tracking.cache
Classes in org.tavall.couriers.api.tracking.cache that implement ICacheKeyMethods in org.tavall.couriers.api.tracking.cache that return ICacheKey -
Uses of ICacheKey in org.tavall.couriers.api.web.user.cache
Classes in org.tavall.couriers.api.web.user.cache that implement ICacheKey