Skip to content

wiztools/cache-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WizTools.org Cache Lib

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.

Maven Dependency

<dependency>
	<groupId>org.wiztools</groupId>
	<artifactId>cache-lib</artifactId>
	<version>0.1.0</version>
</dependency>

About

Simple abstraction library for Java cache implementations.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages