Navigation: Development > Function Reference > Module > Cache >
Delete Cache data.
App::Module('Cache')->Delete(Name);
Parameter
Type
Description
Name
Mandatory
Name of the cache entry
See bellow examples:
// Read Cache App::Module('Cache')->Delete('mycache');