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.CmsFlexCacheEntry

Uses of CmsFlexCacheEntry in com.opencms.flex.cache
 

Fields in com.opencms.flex.cache declared as CmsFlexCacheEntry
private  CmsFlexCacheEntry CmsFlexResponse.m_cachedEntry
          The cached entry that is constructed from this response
 

Methods in com.opencms.flex.cache that return CmsFlexCacheEntry
(package private)  CmsFlexCacheEntry CmsFlexResponse.processCacheEntry()
          Generates a CmsFlexCacheEntry from the current response using the stored include results.
(package private)  CmsFlexCacheEntry CmsFlexCache.get(CmsFlexCacheKey key)
          Looks up a specific entry in the cache.
 

Methods in com.opencms.flex.cache with parameters of type CmsFlexCacheEntry
(package private)  boolean CmsFlexCache.put(CmsFlexCacheKey key, CmsFlexCacheEntry entry, java.lang.String variation)
          This method adds new entries to the cache.
private  void CmsFlexCache.put(CmsFlexCacheKey key, CmsFlexCacheEntry theCacheEntry)
          Save a value to the cache.