Project Group: com.github.dcrissman

cacher-core

com.github.dcrissman : cacher-core

Provides base functionality required for any cache specific implementation.

Last Version: 1.0.7

Release Date:

cacher

com.github.dcrissman : cacher

Cacher provides a simple interface (Cache) that is designed to wrap a 3rd party caching client/library (eg. spymemcached). This interface is then consumed by the FetchManager which houses logic to standarize how cached values are stored and retrieved. If a value is already cached then it is simply returned, otherwise a Fetcher (either FetchSingle or FetchMultiple) is asked how to produce the value, which is then cached for subsequent requests.

Last Version: 1.0.7

Release Date:

cacher-memcached

com.github.dcrissman : cacher-memcached

Implementation that supports the use of memcached.

Last Version: 1.0.7

Release Date:

  • 1