railo.runtime.functions.cache
Class CachePut

java.lang.Object
  extended by railo.runtime.functions.cache.CachePut
All Implemented Interfaces:
Serializable, Function

public final class CachePut
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
CachePut()
           
 
Method Summary
static String call(PageContext pc, String key, Object value)
           
static String call(PageContext pc, String key, Object value, TimeSpan timeSpan)
           
static String call(PageContext pc, String key, Object value, TimeSpan timeSpan, TimeSpan idleTime)
           
static String call(PageContext pc, String key, Object value, TimeSpan timeSpan, TimeSpan idleTime, String cacheName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachePut

public CachePut()
Method Detail

call

public static String call(PageContext pc,
                          String key,
                          Object value)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String key,
                          Object value,
                          TimeSpan timeSpan)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String key,
                          Object value,
                          TimeSpan timeSpan,
                          TimeSpan idleTime)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String key,
                          Object value,
                          TimeSpan timeSpan,
                          TimeSpan idleTime,
                          String cacheName)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo