railo.runtime.functions.cache
Class CacheDelete

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

public final class CacheDelete
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

CacheDelete

public CacheDelete()
Method Detail

call

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

call

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

call

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


Copyright © 2012 Railo