Skip navigation links

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

E17493-04


Uses of Interface
oracle.jdeveloper.java.CacheSupport

Packages that use CacheSupport
oracle.jdeveloper.java Public API for the java model. 
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 

 

Uses of CacheSupport in oracle.jdeveloper.java

 

Classes in oracle.jdeveloper.java that implement CacheSupport
protected  class JavaModel.CacheTracker
          The CacheTracker just helps track where begin/end cache use calls are being made, and to ensure that they are matched properly.

 

Fields in oracle.jdeveloper.java declared as CacheSupport
protected  CacheSupport JavaModel._cacheSupport
          The cache support for this manager.

 

Methods in oracle.jdeveloper.java that return CacheSupport
 CacheSupport JavaModel.getCacheSupport()
          Fetch the CacheSupport instance for managing the cache use for this JavaManager instance.

 

Uses of CacheSupport in oracle.jdeveloper.java.provider

 

Classes in oracle.jdeveloper.java.provider that implement CacheSupport
 class CachedFileProvider
          The CachedFileProvider is an abstract starting point for an implementation of the JavaFileProvider interface that adds cache support to the BaseFileProvider.
 class SimpleFileProvider
          The PathFileProvider is an implementation of the JavaFileProvider interface that uses a static JavaClassLocator instance of URL paths for locating Java source and class files.

 


Skip navigation links

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

E17493-04


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