| Package | Description |
|---|---|
| com.google.code.ssm | |
| com.google.code.ssm.aop | |
| com.google.code.ssm.spring |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CacheImpl |
class |
PrefixedCacheImpl |
| Modifier and Type | Method and Description |
|---|---|
protected Cache |
CacheFactory.createCache()
Only one cache is created.
|
Cache |
CacheFactory.getCache() |
Cache |
CacheFactory.getObject() |
| Constructor and Description |
|---|
PrefixedCacheImpl(Cache cache,
String requestedName,
String namePrefixSeparator) |
| Modifier and Type | Method and Description |
|---|---|
Cache |
CacheBase.getCache(AnnotationData data) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CacheBase.addCache(Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
Cache |
SSMCache.getCache() |
| Constructor and Description |
|---|
SSMCache(Cache cache,
int expiration) |
SSMCache(Cache cache,
int expiration,
boolean allowClear) |
SSMCache(Cache cache,
int expiration,
boolean allowClear,
boolean registerAliases,
boolean muteExceptions) |
Copyright © 2019. All rights reserved.