Interface Cache

All Known Implementing Classes:
MockCache

public interface Cache
This class manages object caching. An object is cached mainly for read performance and database offloading. The cache can also be used to store transient data which is shared among all nodes of the system.
Author:
Alex Bogdanovski [[email protected]]