shade

package shade

Visibility
  1. Public
  2. All

Type Members

  1. class CacheException extends RuntimeException

    Super-class for errors thrown when specific cache-store related errors occur.

  2. class CancelledException extends CacheException

    Thrown in case a cache store related operation is cancelled (like due to closed / broken connections)

  3. class KeyNotInCacheException extends CacheException

    Gets thrown in case a key is not found in the cache store on #apply().

  4. class TimeoutException extends CacheException

    Thrown in case a cache store related operation times out.

  5. class UnhandledStatusException extends CacheException

    Gets thrown in case the implementation is wrong and mishandled a status.

Value Members

  1. package inmemory

  2. package memcached

Ungrouped