Skip navigation links

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

E17273-01


oracle.stellent.wcm.server.content.impl
Interface GlobalContentCache.CacheCallback

Enclosing class:
GlobalContentCache

public static interface GlobalContentCache.CacheCallback

Callback used to remove items from the cache as they are accessed


Method Summary
 boolean isValid(ContentCache cache, ContentID contentID, java.util.Map<java.lang.String,java.lang.Object> contentItems)
          Determine if this contentID is valid

 

Method Detail

isValid

boolean isValid(ContentCache cache,
                ContentID contentID,
                java.util.Map<java.lang.String,java.lang.Object> contentItems)
Determine if this contentID is valid
Parameters:
cache - the cache
contentID - the content ID
contentItems - the items for this contentID in the cache
Returns:
true if this ID is valid

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.