|
||||||||||
| 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. 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||