org.opencms.flex
Class CmsFlexCache.CmsFlexCacheVariation

java.lang.Object
  extended by org.opencms.flex.CmsFlexCache.CmsFlexCacheVariation
Enclosing class:
CmsFlexCache

public static class CmsFlexCache.CmsFlexCacheVariation
extends java.lang.Object

A simple data container class for the FlexCache variations.

Author:
Alexander Kandzior

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_key

public CmsFlexCacheKey m_key
The key belonging to the resource.


m_map

public java.util.Map m_map
Maps variations to CmsFlexCacheEntries.

Constructor Detail

CmsFlexCache.CmsFlexCacheVariation

public CmsFlexCache.CmsFlexCacheVariation(CmsFlexCacheKey theKey)
Generates a new instance of CmsFlexCacheVariation.

Parameters:
theKey - The (resource) key to contruct this variation list for