Property | Type | Description | |
---|---|---|---|
$_stack | string | Stack of cache drivers. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructor. | |
clear ( ) | ||
exists ( $key, $lifetime ) | ||
expire ( $key ) | ||
get ( $key, $lifetime ) | ||
set ( $key, $data, $lifetime ) |
Method | Description | |
---|---|---|
_initOb ( ) |
public __construct ( array $params = [] ) | ||
$params | array | Parameters:
- stack: (array) [REQUIRED] An array of storage instances to loop through, in order of priority. The last entry is considered the 'master' driver, for purposes of writes. |