Uses of Class
org.globus.cog.karajan.util.Cache

Packages that use Cache
org.globus.cog.karajan.workflow   
org.globus.cog.karajan.workflow.nodes   
 

Uses of Cache in org.globus.cog.karajan.workflow
 

Methods in org.globus.cog.karajan.workflow that return Cache
 Cache ElementTree.getCache()
           
 

Methods in org.globus.cog.karajan.workflow with parameters of type Cache
 void ElementTree.setCache(Cache cache)
           
 

Uses of Cache in org.globus.cog.karajan.workflow.nodes
 

Methods in org.globus.cog.karajan.workflow.nodes that return Cache
protected  Cache CacheNode.getCache(VariableStack stack)
           
protected  Cache Once.getCache(VariableStack stack)