railo.runtime.cache.legacy
Class FileCacheEntry

java.lang.Object
  extended by railo.runtime.cache.legacy.FileCacheEntry
All Implemented Interfaces:
CacheEntry

public class FileCacheEntry
extends Object
implements CacheEntry


Constructor Summary
FileCacheEntry()
           
 
Method Summary
 String readEntry(TimeSpan timeSpan, String defaultValue)
           
 void writeEntry(String entry, boolean append)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCacheEntry

public FileCacheEntry()
Method Detail

readEntry

public String readEntry(TimeSpan timeSpan,
                        String defaultValue)
                 throws IOException
Specified by:
readEntry in interface CacheEntry
Throws:
IOException

writeEntry

public void writeEntry(String entry,
                       boolean append)
                throws IOException
Specified by:
writeEntry in interface CacheEntry
Throws:
IOException


Copyright © 2012 Railo