apcu_delete
Removes a stored variable from the cache
&reftitle.description;
boolapcu_delete
mixedkey
Removes a stored variable from the cache.
&reftitle.parameters;
key
A key used to store the value as a
string for a single key,
or as an array of strings for several keys,
or as an APCUIterator object.
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
A apcu_delete example
]]>
&reftitle.seealso;
apcu_store
apcu_fetch
apcu_clear_cache
APCUIterator