Uses of Interface
org.opencms.cache.I_CmsLruCacheObject
Packages that use 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
Methods in org.opencms.cache that return I_CmsLruCacheObjectModifier 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.Methods in org.opencms.cache with parameters of type I_CmsLruCacheObjectModifier and TypeMethodDescriptionbooleanCmsLruCache.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.voidI_CmsLruCacheObject.setNextLruObject(I_CmsLruCacheObject theNextObject) Set the next object in the double linked list of all cached objects.voidI_CmsLruCacheObject.setPreviousLruObject(I_CmsLruCacheObject thePreviousObject) Set the previous object in the double linked list of all cached objects.booleanCmsLruCache.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
Classes in org.opencms.flex that implement I_CmsLruCacheObjectModifier and TypeClassDescriptionclassContains the contents of a cached resource.Fields in org.opencms.flex with type parameters of type I_CmsLruCacheObjectModifier and TypeFieldDescriptionCmsFlexCache.CmsFlexCacheVariation.m_mapMaps variations to CmsFlexCacheEntries.Methods in org.opencms.flex that return I_CmsLruCacheObjectModifier and TypeMethodDescriptionCmsFlexCacheEntry.getNextLruObject()CmsFlexCacheEntry.getPreviousLruObject()Methods in org.opencms.flex with parameters of type I_CmsLruCacheObjectModifier and TypeMethodDescriptionvoidCmsFlexCacheEntry.setNextLruObject(I_CmsLruCacheObject theNextEntry) voidCmsFlexCacheEntry.setPreviousLruObject(I_CmsLruCacheObject thePreviousEntry) Method parameters in org.opencms.flex with type arguments of type I_CmsLruCacheObjectModifier and TypeMethodDescriptionvoidCmsFlexCacheEntry.setVariationData(String theVariationKey, Map<String, I_CmsLruCacheObject> theVariationMap) Stores a backward reference to the map and key where this cache entry is stored.