Package overit.geocall.cache
package overit.geocall.cache
-
ClassDescriptionDefine an abstract class far a generic cache system capable of caching
Entryobjects.Utility class that holds the information about a specific cache entry.Cached<T>Wrapper class that holds references to an element in theCache.Class that implements a cache whose entries are been stored in memory.Entry<V,C> Interface used to identify, load and serialize an entry within theCache.Invalidation message used to communicate the invalidation of a cache's entryItem<V,C> Class that contains the value (both the real and compound value) of an entry extracted from theCache.Marker interface indicating that implementing classes can be serialized to JSON.Class that allows an entry to be extracted from the cache exactly as it was stored.Implementation of a cached based on Redis server; All the entries will be saved and retrieved to and from a remote Redis server.Connector for communications to and from the redis serverGeneric exception that can be raised during the communication with Redis server