UseCacheResource ================ .. java:package:: org.caosdb.server.utils :noindex: .. java:type:: 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public UseCacheResource getUseCacheResourceDelegate() :outertype: UseCacheResource setUseCache ^^^^^^^^^^^ .. java:method:: public void setUseCache(boolean useCache) :outertype: UseCacheResource setUseCacheResourceDelegate ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void setUseCacheResourceDelegate(UseCacheResource delegate) :outertype: UseCacheResource useCache ^^^^^^^^ .. java:method:: public boolean useCache() :outertype: UseCacheResource