79 lines
761 B
Markdown
79 lines
761 B
Markdown
SYSTEM\CACHE\cache
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: cache
|
|
* Namespace: SYSTEM\CACHE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### get
|
|
|
|
mixed SYSTEM\CACHE\cache::get($cache, $ident, $header)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $cache **mixed**
|
|
* $ident **mixed**
|
|
* $header **mixed**
|
|
|
|
|
|
|
|
### put
|
|
|
|
mixed SYSTEM\CACHE\cache::put($cache, $ident, $type, $data, $fail_on_exist)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $cache **mixed**
|
|
* $ident **mixed**
|
|
* $type **mixed**
|
|
* $data **mixed**
|
|
* $fail_on_exist **mixed**
|
|
|
|
|
|
|
|
### del
|
|
|
|
mixed SYSTEM\CACHE\cache::del($cache, $ident)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $cache **mixed**
|
|
* $ident **mixed**
|
|
|
|
|