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.
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.
 

Package org.opencms.cache Description

Implementations of specialized caches used in OpenCms.

Since:
6.0.0
Version:
$Revision: 1.8 $