| 接口 | 说明 |
|---|---|
| I_CmsLruCacheObject |
Defines the methods which an object being cached by CmsFlexLruCache must implement.
|
| 类 | 说明 |
|---|---|
| CmsLruCache |
Implements an LRU (last recently used) cache.
|
| CmsMemoryObjectCache |
A singleton memory cache, that stores objects related with keys.
|
| CmsVfsCache |
Configurable VFS based cache, for caching objects related to offline/online resources.
|
| CmsVfsDiskCache |
Implements a RFS file based disk cache, that handles parameter based versions of VFS files,
providing a cache for the "online" and another for the "offline" project.
|
| CmsVfsMemoryObjectCache |
Implements a memory cache, that stores objects related to VFS files,
providing a cache for the "online" and another for the "offline" project.
|
| CmsVfsNameBasedDiskCache |
Implements a name based RFS file based disk cache, that handles parameter based versions of VFS files.
|
| Messages |
Convenience class to access the localized messages of this OpenCms package.
|