|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheScope | |
|---|---|
| org.teiid.translator | |
| Uses of CacheScope in org.teiid.translator |
|---|
| Methods in org.teiid.translator that return CacheScope | |
|---|---|
static CacheScope |
CacheScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CacheScope[] |
CacheScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.teiid.translator with parameters of type CacheScope | |
|---|---|
java.lang.Object |
ExecutionContext.getFromCache(CacheScope scope,
java.lang.Object key)
Get a item that has been placed previously from cache. |
void |
ExecutionContext.storeInCache(CacheScope scope,
java.lang.Object key,
java.lang.Object value)
Place a item in the Cache in the given scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||