Uses of Interface
org.apache.commons.jcs3.utils.access.JCSWorkerHelper
Packages that use JCSWorkerHelper
-
Uses of JCSWorkerHelper in org.apache.commons.jcs3.utils.access
Classes in org.apache.commons.jcs3.utils.access that implement JCSWorkerHelperModifier and TypeClassDescriptionclass
This is an abstract template for JCSWorkerHelper implementations. it simple has a convenience method for setting the finished flag.Methods in org.apache.commons.jcs3.utils.access with parameters of type JCSWorkerHelperModifier and TypeMethodDescriptionJCSWorker.getResult
(K aKey, String aGroup, JCSWorkerHelper<V> aWorker) Gets the cached result for this region/key OR does the work and caches the result, returning the result.JCSWorker.getResult
(K aKey, JCSWorkerHelper<V> aWorker) Gets the cached result for this region/key OR does the work and caches the result, returning the result.