Skip navigation links

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

E17273-01


Uses of Class
oracle.stellent.wcm.server.content.ContentCache.Key

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

 

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

 

Fields in oracle.stellent.wcm.server.content declared as ContentCache.Key
static ContentCache.Key<java.util.Map<java.lang.String,oracle.stellent.ridc.model.DataObject>> ContentCache.KEY_ASSET_TYPES
           
static ContentCache.Key<java.util.Map<java.lang.String,oracle.stellent.ridc.model.DataObject>> ContentCache.KEY_CONTENT_INFO
           
static ContentCache.Key<ConversionsDefinition> ContentCache.KEY_CONVERSION_DEFINITION
           
static ContentCache.Key<ElementDefinition> ContentCache.KEY_ELEMENT_DEFINITION
           
static ContentCache.Key<DataFile> ContentCache.KEY_MANAGED_DATAFILE
           
static ContentCache.Key<PlaceholderDefinition> ContentCache.KEY_PLACEHOLDER_DEFINITION
           
static ContentCache.Key<RegionDefinition> ContentCache.KEY_REGION_DEFINITION
           
static ContentCache.Key<java.lang.Long> ContentCache.KEY_TIMESTAMP
           
static ContentCache.Key<ProviderContent> ContentCache.KEY_WEB_CONTENT
           

 

Methods in oracle.stellent.wcm.server.content with parameters of type ContentCache.Key
<T> T
ContentCache.getContentObject(ContentID contentID, ContentCache.Key<T> key)
          Retrieve an item from the cache that is of the type specified by the key
<T> void
ContentCache.setContentObject(ContentID contentID, ContentCache.Key<T> key, T object)
          Associate the object with the given content ID and key name

 

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

 

Methods in oracle.stellent.wcm.server.content.impl with parameters of type ContentCache.Key
<T> T
GlobalContentCache.getContentObject(ContentID contentID, ContentCache.Key<T> key)
          Retrieve an item from the cache that is of the type specified by the key
<T> T
LocalContentCache.getContentObject(ContentID contentID, ContentCache.Key<T> key)
          Retrieve an item from the cache that is of the type specified by the key
<T> void
GlobalContentCache.setContentObject(ContentID contentID, ContentCache.Key<T> key, T object)
          Associate the object with the given content ID and key name
<T> void
LocalContentCache.setContentObject(ContentID contentID, ContentCache.Key<T> key, T object)
          Associate the object with the given content ID and key name

 


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.