.. java:import:: org.caosdb.server.jobs FlagJob .. java:import:: org.caosdb.server.jobs JobAnnotation .. java:import:: org.caosdb.server.jobs TransactionStage NoCache ======= .. java:package:: org.caosdb.server.jobs.core :noindex: .. java:type:: @JobAnnotation public class NoCache extends FlagJob Turn off caching, just for the current transaction. If the caching is disabled globally this has no effect. :author: Timm Fitschen Methods ------- job ^^^ .. java:method:: @Override protected void job(String value) :outertype: NoCache