Skip navigation links

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

E17273-03


Uses of Class
oracle.stellent.wcm.server.cache.CacheContainer.Key

Packages that use CacheContainer.Key
oracle.stellent.wcm.server.cache   

 

Uses of CacheContainer.Key in oracle.stellent.wcm.server.cache

 

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

 

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

 


Skip navigation links

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

E17273-03


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