railo.runtime.functions.cache
Class CacheRemove

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

public final class CacheRemove
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
CacheRemove()
           
 
Method Summary
static String call(PageContext pc, Object ids)
           
static String call(PageContext pc, Object ids, boolean throwOnError)
           
static String call(PageContext pc, Object ids, boolean throwOnError, String cacheName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheRemove

public CacheRemove()
Method Detail

call

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

call

public static String call(PageContext pc,
                          Object ids,
                          boolean throwOnError)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object ids,
                          boolean throwOnError,
                          String cacheName)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo