Package

shade

Permalink

package shade

Visibility
  1. Public
  2. All

Type Members

  1. class CacheException extends RuntimeException

    Permalink

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

  2. class CancelledException extends CacheException

    Permalink

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

  3. class KeyNotInCacheException extends CacheException

    Permalink

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

  4. class TimeoutException extends CacheException

    Permalink

    Thrown in case a cache store related operation times out.

  5. class UnhandledStatusException extends CacheException

    Permalink

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

    Gets thrown in case the implementation is wrong and mishandled a status. Should never get thrown and if it does, then it's a bug.

Value Members

  1. package inmemory

    Permalink
  2. package memcached

    Permalink

Ungrouped