Package org.opencms.flex
Class CmsFlexCache.CmsFlexCacheVariation
java.lang.Object
org.opencms.flex.CmsFlexCache.CmsFlexCacheVariation
- Enclosing class:
- CmsFlexCache
A simple data container class for the FlexCache variations.
-
Field Summary
Modifier and TypeFieldDescriptionThe key belonging to the resource.Maps variations to CmsFlexCacheEntries. -
Constructor Summary
ConstructorDescriptionCmsFlexCacheVariation
(CmsFlexCacheKey theKey) Generates a new instance of CmsFlexCacheVariation. -
Method Summary
-
Field Details
-
m_key
The key belonging to the resource. -
m_map
Maps variations to CmsFlexCacheEntries.
-
-
Constructor Details
-
CmsFlexCacheVariation
Generates a new instance of CmsFlexCacheVariation.- Parameters:
theKey
- The (resource) key to contruct this variation list for
-