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

E17493-01

Uses of Class
oracle.jdeveloper.vcs.spi.VCSURLBasedCache

Packages that use VCSURLBasedCache
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.spi Contains extension-level service provider interfaces for version control system integraton. 
 

Uses of VCSURLBasedCache in oracle.jdeveloper.vcs.changelist
 

Subclasses of VCSURLBasedCache in oracle.jdeveloper.vcs.changelist
 class AsynchronousStatusCache
           
 class ChangeListLocalStatusCache
          Deprecated. not replaced. The use of this class is no longer required because the change list will create a local cache onto the global (extension-wide) cache. The global cache instance should now be passed through to ChangeList.setStatusCache(oracle.jdeveloper.vcs.spi.VCSStatusCache).
 class ChangeListStatusCache
          Deprecated. replaced by the policy status cache classes; derivatives of StatusCache.
 

Methods in oracle.jdeveloper.vcs.changelist that return VCSURLBasedCache
 VCSURLBasedCache ChangeListLocalStatusCache.getGlobalCache()
          Deprecated.  
 VCSURLBasedCache ChangeList.getStatusCache()
          Deprecated. replaced by ChangeList.getStatusCacheBridge() and ChangeList.getPolicyStatusCache().
 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type VCSURLBasedCache
protected  void ChangeList.setStatusCache(VCSURLBasedCache statusCache)
          Deprecated. 
 

Constructors in oracle.jdeveloper.vcs.changelist with parameters of type VCSURLBasedCache
ChangeListLocalStatusCache(VCSURLBasedCache globalCache)
          Deprecated.  
 

Uses of VCSURLBasedCache in oracle.jdeveloper.vcs.spi
 

Subclasses of VCSURLBasedCache in oracle.jdeveloper.vcs.spi
 class VCSStatusCache
          Deprecated. replaced by the policy status cache classes; derivatives of StatusCache.
 

Methods in oracle.jdeveloper.vcs.spi that return VCSURLBasedCache
 VCSURLBasedCache VCSURLBasedCache.newLocalCache()
          Deprecated.  
 


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

E17493-01

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