| Package | Description |
|---|---|
| org.apache.jcs.utils.access |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJCSWorkerHelper
This is an abstract template for JCSWorkerHelper implementations.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.