Interface Cache


public interface Cache
Interface used to interact with the second-level cache. If no second-level cache is in use, the methods of this interface have no effect, except for contains(java.lang.Class<?>, java.lang.Object), which returns false.
Since:
2.0