Cache_Lite_Function::drop()

Cache_Lite_Function::drop() -- Drop a cache file

Synopsis

require_once 'Cache/Lite/Function.php';

boolean Cache_Lite_Function::drop (string$functionName, mixed$arg1, mixed$arg2, mixed$arg3, mixed...)

Beschreibung

[since Cache_Lite 1.6.0beta1] Drop the cache file of the corresponding function call with given arguments.

Rückgabewert

returns true if ok

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel