Memcached module

MemcachedLock and MemcachedCache for working with locks and cache on the Memcached server.

Modules

The module contains the following packages:

  • Build - contains a standard factory for constructing components.
  • Cache - cache Components in Memcached
  • Lock - components of working with locks in Memcached

Use

Add dependency to the pom.xml:

<dependency>
  <groupId>org.pipservices</groupId>
  <artifactId>pip-services4-memcached</artifactId>
  <version>[0.0.1,)</version>
</dependency>