ucar.nc2.util.cache
Class FileCacheNOP
java.lang.Object
ucar.nc2.util.cache.FileCache
ucar.nc2.util.cache.FileCacheNOP
public class FileCacheNOP
- extends FileCache
Class Description.
- Since:
- Mar 3, 2009
- Author:
- caron
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCacheNOP
public FileCacheNOP()
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.