Class AbstractCache<K,V>

java.lang.Object
org.tavall.couriers.api.cache.abstracts.AbstractCache<K,V>
Type Parameters:
K - The key type
V - The value type
All Implemented Interfaces:
ICacheKey<K>, ICacheValue<V>
Direct Known Subclasses:
DeliveryStateCache, QRCodeCache, QRShippingLabelCache, RouteCacheService, ScanCacheService, ScanErrorCacheService, TrackingNumberCache, UserAccountCache

public abstract class AbstractCache<K,V> extends Object implements ICacheKey<K>, ICacheValue<V>
Abstract base class for cache implementations providing common caching functionality