Delete

Navigation:  Development > Function Reference > Module > Cache >

Delete

Previous pageReturn to chapter overviewNext page

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');