Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Uses of Interface
oracle.stellent.wcm.server.content.ContentCache

Packages that use ContentCache
oracle.stellent.wcm.server.content   
oracle.stellent.wcm.server.content.impl   

 

Uses of ContentCache in oracle.stellent.wcm.server.content

 

Methods in oracle.stellent.wcm.server.content that return ContentCache
 ContentCache CacheSyncManager.getContentCache()
           
static ContentCache ContentThreadLocalFactory.getContentCache()
           
 ContentCache ContentFactory.getContentCache(SiteRequest siteRequest)
          Retrieve the Content Cache associated with the given site request
 ContentCache CacheManager.getContentCache(SiteRequest siteRequest)
          Retrieve the Content Cache associated with the given site request
 ContentCache ContentFactory.getGlobalContentCache()
          Retrieve the shared Content Cache
 ContentCache CacheManager.getSharedCache()
           

 

Methods in oracle.stellent.wcm.server.content with parameters of type ContentCache
static void ContentThreadLocalFactory.setContentCache(ContentCache contentCache)
           

 

Constructors in oracle.stellent.wcm.server.content with parameters of type ContentCache
CacheSyncManager(EventProcessor eventProcessor, ContentAdapter contentAdapter, ContentCache contentCache)
          Synchronize the given content adapter and the content cache

 

Uses of ContentCache in oracle.stellent.wcm.server.content.impl

 

Classes in oracle.stellent.wcm.server.content.impl that implement ContentCache
 class GlobalContentCache
          Cache of the content items used in the WCM server.
 class LocalContentCache
          A non-shared cache for a single thread

 

Methods in oracle.stellent.wcm.server.content.impl that return ContentCache
 ContentCache LocalContentCache.getParentCache()
           

 

Methods in oracle.stellent.wcm.server.content.impl with parameters of type ContentCache
 boolean GlobalContentCache.CacheCallback.isValid(ContentCache cache, ContentID contentID, java.util.Map<java.lang.String,java.lang.Object> contentItems)
          Determine if this contentID is valid

 

Constructors in oracle.stellent.wcm.server.content.impl with parameters of type ContentCache
LocalContentCache(Provider provider, ContentCache parentCache)
           

 


Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-01


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.