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...)

Описание

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

Возвращаемое значение

returns true if ok

Заметка

Эта функция не должна вызываться статически.

Пример