Read

Navigation:  Development > Function Reference > Module > Cache >

Read

Previous pageReturn to chapter overviewNext page

Read Cache data.
 

App::Module('Cache')->Read(Name);
 

 

Parameter

Type

Description

Name

Mandatory

Name of the cache entry

 

See bellow examples:

 

// Read Cache
App::Module('Cache')->Read('mycache');