Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.webapp.metadata
Interface WebAppProjectMetadataResolver.MetadataCache

Enclosing interface:
WebAppProjectMetadataResolver<T extends TagLibrary>

public static interface WebAppProjectMetadataResolver.MetadataCache

Method Summary
 void cacheValue(java.lang.Object value, int cacheType, java.lang.Object key, java.lang.Object itemKey, org.w3c.dom.Node node)
           
 void clearMetadataCache()
           
 java.lang.Object getCachedValue(java.lang.Object key, java.lang.Object itemKey, org.w3c.dom.Node node)
          Return the cached value for the arguments

 

Method Detail

cacheValue

void cacheValue(java.lang.Object value,
                int cacheType,
                java.lang.Object key,
                java.lang.Object itemKey,
                org.w3c.dom.Node node)

getCachedValue

java.lang.Object getCachedValue(java.lang.Object key,
                                java.lang.Object itemKey,
                                org.w3c.dom.Node node)
Return the cached value for the arguments

clearMetadataCache

void clearMetadataCache()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.