cacher-memcached

Implementation that supports the use of memcached.

License

License

GroupId

GroupId

com.github.dcrissman
ArtifactId

ArtifactId

cacher-memcached
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

bundle
Description

Description

cacher-memcached
Implementation that supports the use of memcached.
Project URL

Project URL

https://github.com/dcrissman/cacher
Project Organization

Project Organization

Red Hat, Inc.
Source Code Management

Source Code Management

https://github.com/dcrissman/cacher

Download cacher-memcached

Dependencies

compile (2)

Group / Artifact Type Version
com.github.dcrissman : cacher-core jar 1.0.7
net.spy : spymemcached jar 2.11.3

test (2)

Group / Artifact Type Version
org.easymock : easymock jar 3.2
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Build Status Coverage Status

Cacher

https://github.com/dcrissman/cacher

Project Goal

Standardize and abstract the way that caching is accessed and create hooks to ease implementation without coupling core logic to caching mechanism.

Description

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.

NOTE: Currently only Memcached is supported, but the hope is to add more as it makes sense.

Special Thanks to Andrew Edwards as much of this library is based on his original work.

AOP

CacheInterceptor and @FetcherMethod are also provided to add AOP support.

Copyright and License

Copyright 2013 Red Hat, Inc. Author: Dennis Crissman

Licensed under the GNU Lesser General Public License, version 3 or any later version.

In addition to the conditions of LGPLv3, you must preserve author attributions in source code distributions.

Versions

Version
1.0.7