Cache_Lite_Function::drop()

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

Referentiesamenvatting

require_once 'Cache/Lite/Function.php';

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

Beschrijving

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

Return waarde

returns true if ok

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld