Package | Description |
---|---|
org.apache.torque.manager |
A manager/factory API for use with Torque-generated data beans.
|
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.jcs.access.GroupCacheAccess<MethodCacheKey,Object> |
AbstractBaseManager.groupCache
used to cache the method result objects.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
MethodResultCache.getImpl(MethodCacheKey key) |
protected Object |
NoOpMethodResultCache.getImpl(MethodCacheKey key) |
protected Object |
MethodResultCache.putImpl(MethodCacheKey key,
Object value) |
protected Object |
NoOpMethodResultCache.putImpl(MethodCacheKey key,
Object value) |
protected Object |
MethodResultCache.removeImpl(MethodCacheKey key) |
protected Object |
NoOpMethodResultCache.removeImpl(MethodCacheKey key) |
Constructor and Description |
---|
MethodResultCache(org.apache.commons.jcs.access.GroupCacheAccess<MethodCacheKey,Object> cache)
Constructor
|
NoOpMethodResultCache(org.apache.commons.jcs.access.GroupCacheAccess<MethodCacheKey,Object> cache) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.