Package overit.geocall.cache


package overit.geocall.cache
  • Class
    Description
    Define an abstract class far a generic cache system capable of caching Entry objects.
    Utility class that holds the information about a specific cache entry.
    Wrapper class that holds references to an element in the Cache.
    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 the Cache.
    Invalidation message used to communicate the invalidation of a cache's entry
    Item<V,C>
    Class that contains the value (both the real and compound value) of an entry extracted from the Cache.
    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 server
    Generic exception that can be raised during the communication with Redis server