|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.flex.CmsFlexCache.CmsFlexCacheVariation
A simple data container class for the FlexCache variations.
Field Summary | |
CmsFlexCacheKey |
m_key
The key belonging to the resource. |
java.util.Map |
m_map
Maps variations to CmsFlexCacheEntries. |
Constructor Summary | |
CmsFlexCache.CmsFlexCacheVariation(CmsFlexCacheKey theKey)
Generates a new instance of CmsFlexCacheVariation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public CmsFlexCacheKey m_key
public java.util.Map m_map
Constructor Detail |
public CmsFlexCache.CmsFlexCacheVariation(CmsFlexCacheKey theKey)
theKey
- The (resource) key to contruct this variation list for
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |