.. java:import:: org.caosdb.server CaosDBServer UseCacheResourceDelegate ======================== .. java:package:: org.caosdb.server.utils :noindex: .. java:type:: public class UseCacheResourceDelegate implements UseCacheResource Basic implementation of the \ :java:ref:`UseCacheResource`\ interface. This implementation uses a Delegator Pattern to link different UseCacheResources together. This is uses to delegate the responsibility to the transaction as the final Object of the delegation. :author: Timm Fitschen Methods ------- getUseCacheResourceDelegate ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public UseCacheResource getUseCacheResourceDelegate() :outertype: UseCacheResourceDelegate setUseCache ^^^^^^^^^^^ .. java:method:: @Override public void setUseCache(boolean useCache) :outertype: UseCacheResourceDelegate setUseCacheResourceDelegate ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public void setUseCacheResourceDelegate(UseCacheResource delegate) :outertype: UseCacheResourceDelegate useCache ^^^^^^^^ .. java:method:: @Override public boolean useCache() :outertype: UseCacheResourceDelegate