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