101 lines
847 B
Markdown
101 lines
847 B
Markdown
SYSTEM\CACHE\cache_js
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: cache_js
|
|
* Namespace: SYSTEM\CACHE
|
|
|
|
|
|
|
|
Constants
|
|
----------
|
|
|
|
|
|
### CACHE_JS
|
|
|
|
const CACHE_JS = 11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### put
|
|
|
|
mixed SYSTEM\CACHE\cache_js::put($ident, $data)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $ident **mixed**
|
|
* $data **mixed**
|
|
|
|
|
|
|
|
### get
|
|
|
|
mixed SYSTEM\CACHE\cache_js::get($ident, $header)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $ident **mixed**
|
|
* $header **mixed**
|
|
|
|
|
|
|
|
### ident
|
|
|
|
mixed SYSTEM\CACHE\cache_js::ident($files)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $files **mixed**
|
|
|
|
|
|
|
|
### url
|
|
|
|
mixed SYSTEM\CACHE\cache_js::url($files)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $files **mixed**
|
|
|
|
|