railo.runtime.cache.legacy
Class CacheWriter

java.lang.Object
  extended by java.io.Writer
      extended by railo.commons.io.ForkWriter
          extended by railo.runtime.cache.legacy.CacheWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable

public class CacheWriter
extends ForkWriter


Constructor Summary
CacheWriter(Writer out, Resource cacheFile)
           
 
Method Summary
 Resource getCacheFile()
           
 Writer getOut()
           
 void setCacheFile(Resource cacheFile)
           
 void setOut(Writer out)
           
 
Methods inherited from class railo.commons.io.ForkWriter
append, append, append, close, flush, write, write, write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheWriter

public CacheWriter(Writer out,
                   Resource cacheFile)
            throws IOException
Throws:
IOException
Method Detail

getCacheFile

public Resource getCacheFile()
Returns:
the cacheFile

setCacheFile

public void setCacheFile(Resource cacheFile)
Parameters:
cacheFile - the cacheFile to set

getOut

public Writer getOut()
Returns:
the out

setOut

public void setOut(Writer out)
Parameters:
out - the out to set


Copyright © 2012 Railo