|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.wcm.server.content.CacheManager
public class CacheManager
Manages the cache instances
| Field Summary | |
|---|---|
static java.lang.String |
CONTENT_CACHE |
| Constructor Summary | |
|---|---|
CacheManager(CacheConfiguration cacheConfig, RequestProcessor requestProcessor, EventProcessor eventProcessor, Provider provider)Listens on the given request processor to associate caches, and synchronizes content using the ContentAdapter |
|
| Method Summary | |
|---|---|
CacheSyncManager |
getCacheListener() |
ContentCache |
getContentCache(SiteRequest siteRequest)Retrieve the Content Cache associated with the given site request |
Provider |
getProvider() |
ContentCache |
getSharedCache() |
protected void |
initializeCache(CacheConfiguration cacheConfig)Initialize the content cache |
void |
initializeCacheForRequest(SiteRequest siteRequest)Initialize the cache for this request. |
boolean |
isCacheEnabled(SiteRequest siteRequest)Determine if the cache is enabled for this request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONTENT_CACHE
| Constructor Detail |
|---|
public CacheManager(CacheConfiguration cacheConfig,
RequestProcessor requestProcessor,
EventProcessor eventProcessor,
Provider provider)
cacheConfig - the cache configurationrequestProcessor - the request processoreventProcessor - the event processorprovider - the SPI provider| Method Detail |
|---|
public ContentCache getSharedCache()
public CacheSyncManager getCacheListener()
public Provider getProvider()
public void initializeCacheForRequest(SiteRequest siteRequest)
siteRequest - the site requestpublic ContentCache getContentCache(SiteRequest siteRequest)
siteRequest - the current requestpublic boolean isCacheEnabled(SiteRequest siteRequest)
siteRequest - the site requestprotected void initializeCache(CacheConfiguration cacheConfig)
|
Oracle® Fusion Middleware Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||