railo.runtime.functions.cache
Class CachePut
java.lang.Object
railo.runtime.functions.cache.CachePut
- All Implemented Interfaces:
- Serializable, Function
public final class CachePut
- extends Object
- implements Function
- See Also:
- Serialized Form
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)
|
CachePut
public CachePut()
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