Package org.opencms.cache


package org.opencms.cache
Implementations of specialized caches used in OpenCms.

Since:
6.0.0
  • Class
    Description
    Implements an LRU (last recently used) cache.
    A singleton memory cache, that stores objects related with keys.
    Configurable VFS based cache, for caching objects related to offline/online resources.
    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.
    Implements a memory cache, that stores objects related to VFS files, providing a cache for the "online" and another for the "offline" project.
    Implements a name based RFS file based disk cache, that handles parameter based versions of VFS files.
    Defines the methods which an object being cached by CmsFlexLruCache must implement.
    Convenience class to access the localized messages of this OpenCms package.