public class CacheManager
extends java.lang.Object
The standard CacheManager is available from SystemServices.cacheManager().
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
CacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Cache cache) |
void |
clearCaches() |
int |
getTotalByteSize() |
java.util.List<Cache> |
listCaches() |
void |
remove(Cache cache) |