memcachefy


Java API for Rapidly Enable Caching for Web Applications and Services

An easy and seamless way of integrating web applications and/or services with distributed cache systems like Memcached without the burden of refactoring or re-designing the actual code. It also provides an on heap cache implementation in case you don't need a distributed cache system.

Features

  • Simple cache API designed for easy of use;
  • Distributed off-heap support;
  • On-heap support with configurable time-to-live and max entries;
  • Non-native serialization support (Allow caching Java objects not implementing the Serializable interface);
  • Interceptor API for transparently enable caching for regular Java objects or EJBs;
  • Cache live statistics through Log4J;

Start using

Memcachefy is available in Maven Central under the identifier:

You can download the JAR at:

Learn how to use it:

Project Information

The project was created on Dec 22, 2012.

Labels:
java cache memcached Distributed Performance Proxy