Module lettuce.core

Package io.lettuce.core.support.caching

  • Interface Summary
    Interface Description
    CacheAccessor<K,​V>
    Interface defining access to the client-side cache.
    CacheFrontend<K,​V>
    Interface defining a cache frontend for common cache retrieval operations that using Redis server-side caching assistance.
    RedisCache<K,​V>
    Interface defining common Redis Cache operations.
  • Class Summary
    Class Description
    ClientSideCaching<K,​V>
    Utility to provide server-side assistance for client-side caches.
  • Exception Summary
    Exception Description
    CacheFrontend.ValueRetrievalException
    Wrapper exception to be thrown from CacheFrontend.get(Object, Callable) in case of the value loader callback failing with an exception.