com.notuvy.net.webcache
Class CacheResult

java.lang.Object
  extended by com.notuvy.net.webcache.CacheResult

public class CacheResult
extends Object

The result of a cached query. The underlying result is always a file in the web cache. There are helper methods to also access it as a String or Stream if desired. User: Murali Date: 6/29/12 Time: 6:53 AM To change this template use File | Settings | File Templates.


Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
protected CacheResult(File pFile)
           
 
Method Summary
 File getFile()
           
 String getStringContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG
Constructor Detail

CacheResult

protected CacheResult(File pFile)
Method Detail

getFile

public File getFile()

getStringContent

public String getStringContent()


Copyright © 2013. All Rights Reserved.