public static class CmsFlexCache.CmsFlexCacheVariation extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CmsFlexCacheKey |
m_key
The key belonging to the resource.
|
java.util.Map<java.lang.String,I_CmsLruCacheObject> |
m_map
Maps variations to CmsFlexCacheEntries.
|
Constructor and Description |
---|
CmsFlexCache.CmsFlexCacheVariation(CmsFlexCacheKey theKey)
Generates a new instance of CmsFlexCacheVariation.
|
public CmsFlexCacheKey m_key
public java.util.Map<java.lang.String,I_CmsLruCacheObject> m_map
public CmsFlexCache.CmsFlexCacheVariation(CmsFlexCacheKey theKey)
theKey
- The (resource) key to contruct this variation list for