Uses of Interface
org.opencms.cache.I_CmsLruCacheObject
Package
Description
Implementations of specialized caches used in OpenCms.
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
-
Uses of I_CmsLruCacheObject in org.opencms.cache
Modifier and TypeMethodDescriptionI_CmsLruCacheObject.getNextLruObject()
Returns the next object in the double linked list of all cached objects.I_CmsLruCacheObject.getPreviousLruObject()
Returns the previous object in the double linked list of all cached objects.CmsLruCache.remove
(I_CmsLruCacheObject theCacheObject) Removes an object from the list of all cached objects in this cache, no matter what position it has inside the list.Modifier and TypeMethodDescriptionboolean
CmsLruCache.add
(I_CmsLruCacheObject theCacheObject) Adds a new object to this cache.CmsLruCache.remove
(I_CmsLruCacheObject theCacheObject) Removes an object from the list of all cached objects in this cache, no matter what position it has inside the list.void
I_CmsLruCacheObject.setNextLruObject
(I_CmsLruCacheObject theNextObject) Set the next object in the double linked list of all cached objects.void
I_CmsLruCacheObject.setPreviousLruObject
(I_CmsLruCacheObject thePreviousObject) Set the previous object in the double linked list of all cached objects.boolean
CmsLruCache.touch
(I_CmsLruCacheObject theCacheObject) Touch an existing object in this cache, in the sense that it's "last-recently-used" state is updated. -
Uses of I_CmsLruCacheObject in org.opencms.flex
Modifier and TypeClassDescriptionclass
Contains the contents of a cached resource.Modifier and TypeFieldDescriptionCmsFlexCache.CmsFlexCacheVariation.m_map
Maps variations to CmsFlexCacheEntries.Modifier and TypeMethodDescriptionCmsFlexCacheEntry.getNextLruObject()
CmsFlexCacheEntry.getPreviousLruObject()
Modifier and TypeMethodDescriptionvoid
CmsFlexCacheEntry.setNextLruObject
(I_CmsLruCacheObject theNextEntry) void
CmsFlexCacheEntry.setPreviousLruObject
(I_CmsLruCacheObject thePreviousEntry) Modifier and TypeMethodDescriptionvoid
CmsFlexCacheEntry.setVariationData
(String theVariationKey, Map<String, I_CmsLruCacheObject> theVariationMap) Stores a backward reference to the map and key where this cache entry is stored.