| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.stellent.wcm.server.cache.MemoryCacheFactory
oracle.stellent.wcm.server.cache.MemoryCacheFactory
public class MemoryCacheFactory
Interface used for handling locating files used to during WCM method evaluation.
| Constructor Summary | |
|---|---|
| MemoryCacheFactory(ClientApplication clientApplication) | |
| Method Summary | |
|---|---|
|  CacheContainer | getCacheContainer(SiteRequest siteRequest)Retrieve the Content Cache associated with the given site request | 
|  LazyLoadingContent | getStagedFile(ContentID contentID, SiteRequest siteRequest)Retrieve the path to the file in the JSP context | 
|  void | onWcmEvent(WcmEvent wcmEvent)Called when the event occurs | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MemoryCacheFactory(ClientApplication clientApplication)
| Method Detail | 
|---|
public LazyLoadingContent getStagedFile(ContentID contentID,
                                        SiteRequest siteRequest)
                                 throws java.io.IOException,
                                        oracle.stellent.ridc.IdcClientException
contentID - the content ID or relative web path that uses the contentID for the file namesiteRequest - the site requestoracle.stellent.wcm.server.ServerExceptionjava.io.IOExceptionoracle.stellent.ridc.IdcClientExceptionpublic CacheContainer getCacheContainer(SiteRequest siteRequest)
siteRequest - the current requestpublic void onWcmEvent(WcmEvent wcmEvent)
onWcmEvent in interface WcmEventListenerwcmEvent - the event| 
 | Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||