cacher-core
1.0.7
${project.artifactId} · Provides base functionality required for any cache specific implementation.
${project.artifactId} · Provides base functionality required for any cache specific implementation.
${project.artifactId} · Implementation that supports the use of memcached.
${project.artifactId} · 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.