Uses of Interface
org.apache.jcs.utils.access.JCSWorkerHelper

Packages that use JCSWorkerHelper
org.apache.jcs.utils.access   
 

Uses of JCSWorkerHelper in org.apache.jcs.utils.access
 

Classes in org.apache.jcs.utils.access that implement JCSWorkerHelper
 class AbstractJCSWorkerHelper
          This is an abstract template for JCSWorkerHelper implementations. it simple has a convenience method for setting the finished flag.
 

Methods in org.apache.jcs.utils.access with parameters of type JCSWorkerHelper
 V JCSWorker.getResult(K aKey, JCSWorkerHelper aWorker)
          Gets the cached result for this region/key OR does the work and caches the result, returning the result.
 V JCSWorker.getResult(K aKey, String aGroup, JCSWorkerHelper aWorker)
          Gets the cached result for this region/key OR does the work and caches the result, returning the result.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.