SimpleJavaCache is a free and open-source library that aims to simplify two forms of caching:
· Object instance caching
· Method-based caching
SimpleJavaCache simplifies the method-based caching through the use of interfaces and annotations.
Furthermore, SimpleJavaCache can handle all the underlying proxy class generation and method invocation handling. Simply call the method a second time and receive the cached result from the first call.
SimpleJavaCache provides two cache storage methods:
· Runtime storage
· Filesystem storage
· Database storage (currently only supports MySQL)
Detailed instructions on how to install and use the SimpleJavaCache utility on your Mac are available HERE.
SimpleJavaCache is a cross-platform utility capable of running on any operating system that comes with Java support (e.g. Mac OS X, Windows, Linux).