Uses of Enum Class
org.tavall.couriers.api.cache.enums.CacheDomain
Packages that use CacheDomain
Package
Description
-
Uses of CacheDomain in org.tavall.couriers.api.cache
Methods in org.tavall.couriers.api.cache that return CacheDomainConstructors in org.tavall.couriers.api.cache with parameters of type CacheDomainModifierConstructorDescriptionCacheKey(K rawKey, CacheType cacheType, CacheDomain domain) CacheKey(K rawKey, CacheType cacheType, CacheDomain domain, CacheSource source) CacheKey(K rawKey, CacheType cacheType, CacheDomain cacheDomain, CacheSource source, CacheVersion version) CacheKey(K rawKey, CacheType cacheType, CacheDomain domain, CacheVersion version) -
Uses of CacheDomain in org.tavall.couriers.api.cache.abstracts
Methods in org.tavall.couriers.api.cache.abstracts that return CacheDomainMethods in org.tavall.couriers.api.cache.abstracts with parameters of type CacheDomainModifier and TypeMethodDescriptionICacheKey<?> 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) -
Uses of CacheDomain in org.tavall.couriers.api.cache.enums
Subclasses with type arguments of type CacheDomain in org.tavall.couriers.api.cache.enumsMethods in org.tavall.couriers.api.cache.enums that return CacheDomainModifier and TypeMethodDescriptionstatic CacheDomainReturns the enum constant of this class with the specified name.static CacheDomain[]CacheDomain.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CacheDomain in org.tavall.couriers.api.cache.interfaces
Methods in org.tavall.couriers.api.cache.interfaces that return CacheDomain -
Uses of CacheDomain in org.tavall.couriers.api.cache.maps
Methods in org.tavall.couriers.api.cache.maps with parameters of type CacheDomainModifier and TypeMethodDescriptionList<List<ICacheValue<?>>> CacheMap.findByDomain(CacheDomain domain) -
Uses of CacheDomain in org.tavall.couriers.api.delivery.state.cache
Methods in org.tavall.couriers.api.delivery.state.cache that return CacheDomain -
Uses of CacheDomain in org.tavall.couriers.api.qr.cache
Methods in org.tavall.couriers.api.qr.cache that return CacheDomainModifier and TypeMethodDescriptionQRCodeCache.getCacheDomain()QRShippingLabelCache.getCacheDomain() -
Uses of CacheDomain in org.tavall.couriers.api.qr.scan.cache
Methods in org.tavall.couriers.api.qr.scan.cache that return CacheDomainModifier and TypeMethodDescriptionScanCacheService.getCacheDomain()ScanErrorCacheService.getCacheDomain() -
Uses of CacheDomain in org.tavall.couriers.api.route.cache
Methods in org.tavall.couriers.api.route.cache that return CacheDomain -
Uses of CacheDomain in org.tavall.couriers.api.tracking.cache
Methods in org.tavall.couriers.api.tracking.cache that return CacheDomain -
Uses of CacheDomain in org.tavall.couriers.api.web.user.cache
Methods in org.tavall.couriers.api.web.user.cache that return CacheDomain