The library aims to provide a simple abstraction contract for Cache implementations. Actually, it is so simple that the library defines only two interfaces: Cache and CacheManager.
A sample EhCache implementation is provided in this GitHub project.
<dependency>
<groupId>org.wiztools</groupId>
<artifactId>cache-lib</artifactId>
<version>0.1.0</version>
</dependency>