Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.opencms.flex.cache.CmsFlexCacheKey

Uses of CmsFlexCacheKey in com.opencms.flex.cache
 

Fields in com.opencms.flex.cache declared as CmsFlexCacheKey
private  CmsFlexCacheKey CmsFlexResponse.m_key
          The CmsFlexCacheKey for this response
private  CmsFlexCacheKey CmsFlexRequest.m_key
          The CmsFlexCacheKey for this request
 CmsFlexCacheKey CmsFlexCache.CmsFlexCacheVariation.key
          The key belonging to the resource
 

Methods in com.opencms.flex.cache that return CmsFlexCacheKey
(package private)  CmsFlexCacheKey CmsFlexResponse.getCmsCacheKey()
          Returns the cache key for to this response.
(package private)  CmsFlexCacheKey CmsFlexResponse.setCmsCacheKey(java.lang.String target, java.lang.String value, boolean online)
          Sets the cache key for this response, which is calculated from the provided parameters.
(package private)  CmsFlexCacheKey CmsFlexRequest.getCmsCacheKey()
          Returns the CmsFlexCacheKey for this request, the key will be calculated if neccessary.
 CmsFlexCacheKey CmsFlexCache.getCachedKey(java.lang.String key, com.opencms.file.CmsObject cms)
          Returns the CmsFlexCacheKey data structure for a given key (i.e.
(package private)  CmsFlexCacheKey CmsFlexCache.getKey(java.lang.String resource)
          Returns the CmsFlexCacheKey data structure for a given resource name.
 

Methods in com.opencms.flex.cache with parameters of type CmsFlexCacheKey
(package private)  void CmsFlexResponse.setCmsCacheKey(CmsFlexCacheKey value)
          Sets the cache key for this response from a pre-calculated cache key.
 java.lang.String CmsFlexCacheKey.matchRequestKey(CmsFlexCacheKey key)
          Compares this key to the other key passed as parameter, from comparing the two keys, a variation String is constructed.
(package private)  boolean CmsFlexCache.containsKey(CmsFlexCacheKey key)
          This method checks if a given key is already contained in the cache.
(package private)  CmsFlexCacheEntry CmsFlexCache.get(CmsFlexCacheKey key)
          Looks up a specific entry in the cache.
(package private)  void CmsFlexCache.putKey(CmsFlexCacheKey key)
          Adds a key with a new, empty variation map to the cache.
(package private)  boolean CmsFlexCache.put(CmsFlexCacheKey key, CmsFlexCacheEntry entry, java.lang.String variation)
          This method adds new entries to the cache.
(package private)  void CmsFlexCache.remove(CmsFlexCacheKey key)
          Removes an entry from the cache.
private  void CmsFlexCache.put(CmsFlexCacheKey key, CmsFlexCacheEntry theCacheEntry)
          Save a value to the cache.
 

Constructors in com.opencms.flex.cache with parameters of type CmsFlexCacheKey
CmsFlexCache.CmsFlexCacheVariation(CmsFlexCacheKey theKey)
          Generates a new instance of CmsFlexCacheVariation.