Package se.liu.ida.hefquin.federation.access.impl.cache
package se.liu.ida.hefquin.federation.access.impl.cache
-
ClassDescriptionCodec for serializing and deserializing
PersistentCacheEntryinstances.Type discriminator used in the serialized format to identify the kind of cached response stored in the entry.CacheLayer<IdType,ObjectType, EntryType extends CacheEntry<ObjectType>> Generic implementation of a cache layer.HierarchicalCache<IdType,ObjectType, EntryType extends CacheEntry<ObjectType>> A cache composed of two cache layers arranged hierarchically.Cache entry implementation for persistent caching.Factory for creatingPersistentCacheEntryinstances with the current system time as creation timestamp.Immutable cache key for a request sent to a specific federation member.Defines how the response of a request is interpreted when caching.