release
public void release(FileCacheable ncfile)
throws java.io.IOException
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:
java.io.IOException - if file not in cache.