UseCacheResource#

public interface UseCacheResource#

Interface which indicates that a class can turn on and off the caching of the current transaction and inform the caller about the state of the transactions’s caching.

Author:

Timm Fitschen

Methods#

getUseCacheResourceDelegate#

public UseCacheResource getUseCacheResourceDelegate()#

setUseCache#

public void setUseCache(boolean useCache)#

setUseCacheResourceDelegate#

public void setUseCacheResourceDelegate(UseCacheResource delegate)#

useCache#

public boolean useCache()#