Uses of Enum Class
org.tavall.couriers.api.cache.enums.CacheSource
Packages that use CacheSource
Package
Description
-
Uses of CacheSource in org.tavall.couriers.api.cache
Methods in org.tavall.couriers.api.cache that return CacheSourceConstructors in org.tavall.couriers.api.cache with parameters of type CacheSourceModifierConstructorDescriptionCacheKey(K rawKey, CacheType cacheType, CacheDomain domain, CacheSource source) CacheKey(K rawKey, CacheType cacheType, CacheDomain cacheDomain, CacheSource source, CacheVersion version) CacheKey(K rawKey, CacheType cacheType, CacheSource source) CacheKey(K rawKey, CacheType cacheType, CacheSource source, CacheVersion version) -
Uses of CacheSource in org.tavall.couriers.api.cache.abstracts
Methods in org.tavall.couriers.api.cache.abstracts that return CacheSourceMethods in org.tavall.couriers.api.cache.abstracts with parameters of type CacheSourceModifier and TypeMethodDescriptionICacheKey<?> 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, CacheSource source) ICacheKey<?> AbstractCache.createKey(K rawKey, CacheType type, CacheSource source, CacheVersion version) -
Uses of CacheSource in org.tavall.couriers.api.cache.enums
Subclasses with type arguments of type CacheSource in org.tavall.couriers.api.cache.enumsMethods in org.tavall.couriers.api.cache.enums that return CacheSourceModifier and TypeMethodDescriptionstatic CacheSourceReturns the enum constant of this class with the specified name.static CacheSource[]CacheSource.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CacheSource in org.tavall.couriers.api.cache.interfaces
Methods in org.tavall.couriers.api.cache.interfaces that return CacheSource -
Uses of CacheSource in org.tavall.couriers.api.delivery.state.cache
Methods in org.tavall.couriers.api.delivery.state.cache that return CacheSource -
Uses of CacheSource in org.tavall.couriers.api.qr.cache
Methods in org.tavall.couriers.api.qr.cache that return CacheSource -
Uses of CacheSource in org.tavall.couriers.api.qr.scan.cache
Methods in org.tavall.couriers.api.qr.scan.cache that return CacheSource -
Uses of CacheSource in org.tavall.couriers.api.route.cache
Methods in org.tavall.couriers.api.route.cache that return CacheSource -
Uses of CacheSource in org.tavall.couriers.api.tracking.cache
Methods in org.tavall.couriers.api.tracking.cache that return CacheSource -
Uses of CacheSource in org.tavall.couriers.api.web.user.cache
Methods in org.tavall.couriers.api.web.user.cache that return CacheSource