Package org.opencms.cache

Implementations of specialized caches used in OpenCms.

See:
          Description

Interface Summary
I_CmsLruCacheObject Defines the methods which an object being cached by CmsFlexLruCache must implement.
 

Class Summary
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.
TestCache Tests for the decoration postprocessor.
 

Package org.opencms.cache Description

Implementations of specialized caches used in OpenCms.

Since:
6.0.0