| 程序包 | 说明 |
|---|---|
| org.opencms.cache |
Implementations of specialized caches used in OpenCms.
|
| org.opencms.flex |
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
|
| org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
| org.opencms.xml.containerpage |
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
|
| 类和说明 |
|---|
| CmsMemoryObjectCache
A singleton memory cache, that stores objects related with keys.
|
| CmsVfsCache
Configurable VFS based cache, for caching objects related to offline/online resources.
|
| CmsVfsMemoryObjectCache
Implements a memory cache, that stores objects related to VFS files,
providing a cache for the "online" and another for the "offline" project.
|
| I_CmsLruCacheObject
Defines the methods which an object being cached by CmsFlexLruCache must implement.
|
| 类和说明 |
|---|
| CmsLruCache
Implements an LRU (last recently used) cache.
|
| I_CmsLruCacheObject
Defines the methods which an object being cached by CmsFlexLruCache must implement.
|
| 类和说明 |
|---|
| CmsVfsNameBasedDiskCache
Implements a name based RFS file based disk cache, that handles parameter based versions of VFS files.
|
| 类和说明 |
|---|
| CmsVfsCache
Configurable VFS based cache, for caching objects related to offline/online resources.
|