|
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.impl.LocalContentCache
public class LocalContentCache
A non-shared cache for a single thread
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.stellent.wcm.server.content.ContentCache |
|---|
ContentCache.Key<T> |
| Field Summary |
|---|
| Fields inherited from interface oracle.stellent.wcm.server.content.ContentCache |
|---|
KEY_ASSET_TYPES, KEY_CONTENT_INFO, KEY_CONVERSION_DEFINITION, KEY_ELEMENT_DEFINITION, KEY_MANAGED_DATAFILE, KEY_PLACEHOLDER_DEFINITION, KEY_REGION_DEFINITION, KEY_TIMESTAMP, KEY_WEB_CONTENT |
| Constructor Summary | |
|---|---|
LocalContentCache(Provider provider) |
|
LocalContentCache(Provider provider, ContentCache parentCache) |
|
| Method Summary | ||
|---|---|---|
void |
clear()Clear all items from cache |
|
void |
clearContentObjects(ContentID contentID)Clear all objects under a given content ID |
|
boolean |
containsKey(ContentID contentID, java.lang.String name)Determine if the cache contains the given key |
|
|
getContentObject(ContentID contentID, ContentCache.Key<T> key)Retrieve an item from the cache that is of the type specified by the key |
|
java.lang.Object |
getContentObject(ContentID contentID, java.lang.String name)Retrieve an item from the cache |
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getItemMap(ContentID key, boolean create) |
|
ContentCache |
getParentCache() |
|
Provider |
getProvider() |
|
|
setContentObject(ContentID contentID, ContentCache.Key<T> key, T object)Associate the object with the given content ID and key name |
|
void |
setContentObject(ContentID contentID, java.lang.String name, java.lang.Object object)Associate the object with the given content ID and key |
|
void |
updateContentObjectsWithRS(oracle.stellent.ridc.model.DataResultSet resultSet)Update existing content objects or create new content objects in the cache for each row in the result set. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalContentCache(Provider provider)
public LocalContentCache(Provider provider,
ContentCache parentCache)
| Method Detail |
|---|
public Provider getProvider()
public ContentCache getParentCache()
public <T> T getContentObject(ContentID contentID,
ContentCache.Key<T> key)
getContentObject in interface ContentCachecontentID - the content IDkey - the item key
public java.lang.Object getContentObject(ContentID contentID,
java.lang.String name)
getContentObject in interface ContentCachecontentID - the content ID of the itemname - the item key
public <T> void setContentObject(ContentID contentID,
ContentCache.Key<T> key,
T object)
setContentObject in interface ContentCachecontentID - the content IDkey - the item keyobject - the object
public void setContentObject(ContentID contentID,
java.lang.String name,
java.lang.Object object)
setContentObject in interface ContentCachecontentID - the content IDname - the item nameobject - the objectpublic void clearContentObjects(ContentID contentID)
clearContentObjects in interface ContentCachecontentID - the content ID
public boolean containsKey(ContentID contentID,
java.lang.String name)
containsKey in interface ContentCachecontentID - the content IDname - the key namepublic void updateContentObjectsWithRS(oracle.stellent.ridc.model.DataResultSet resultSet)
updateContentObjectsWithRS in interface ContentCacheresultSet - the result set, each row containing at least a "dDocName" valuepublic void clear()
clear in interface ContentCache
protected java.util.Map<java.lang.String,java.lang.Object> getItemMap(ContentID key,
boolean create)
|
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 | |||||||||