public final class FileCache extends Object implements ICache
Constructor and Description |
---|
FileCache(String cachePath)
Creates new instance of FileCache class
|
public FileCache(String cachePath)
cachePath
- Relative or absolute path where document cache will be storedpublic Object tryGetValue(String key)
tryGetValue
in interface ICache
key
- A key identifying the requested entry.