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