站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

FileAttributeProvider.MemoryCache (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.turbo.local
Class FileAttributeProvider.MemoryCache

java.lang.Object
  extended byorg.netbeans.modules.vcscore.turbo.local.FileAttributeProvider.MemoryCache
Enclosing class:
FileAttributeProvider

public static final class FileAttributeProvider.MemoryCache
extends Object

Provides direct access to memory layer without delegating to providers layer.


Method Summary
 void cacheAttribute(FileObject fo, String name, Object value)
          Writes speculative entry into memory layer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cacheAttribute

public void cacheAttribute(FileObject fo,
                           String name,
                           Object value)
Writes speculative entry into memory layer.


 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.