|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Methods in org.apache.jcs.utils.access with parameters of type JCSWorkerHelper | |
---|---|
java.lang.Object |
JCSWorker.getResult(java.io.Serializable aKey,
JCSWorkerHelper aWorker)
Gets the cached result for this region/key OR does the work and caches the result, returning the result. |
java.lang.Object |
JCSWorker.getResult(java.io.Serializable aKey,
java.lang.String aGroup,
JCSWorkerHelper aWorker)
Gets the cached result for this region/key OR does the work and caches the result, returning the result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |