ucar.nc2.util.cache
Class FileCacheNOP

java.lang.Object
  extended by ucar.nc2.util.cache.FileCache
      extended by ucar.nc2.util.cache.FileCacheNOP

public class FileCacheNOP
extends FileCache

Class Description.

Since:
Mar 3, 2009
Author:
caron

Constructor Summary
FileCacheNOP()
           
 
Method Summary
 void release(FileCacheable ncfile)
          Release the file.
 
Methods inherited from class ucar.nc2.util.cache.FileCache
acquire, acquire, clearCache, disable, enable, getInfo, showCache, showCache, showStats, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCacheNOP

public FileCacheNOP()
Method Detail

release

public void release(FileCacheable ncfile)
             throws IOException
Description copied from class: FileCache
Release the file. This unlocks it, updates its lastAccessed date. Normally applications need not call this, just close the file as usual.

Overrides:
release in class FileCache
Parameters:
ncfile - release this file.
Throws:
IOException - if file not in cache.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.