101 lines
854 B
Markdown
101 lines
854 B
Markdown
SYSTEM\CACHE\cache_scss
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: cache_scss
|
|
* Namespace: SYSTEM\CACHE
|
|
|
|
|
|
|
|
Constants
|
|
----------
|
|
|
|
|
|
### CACHE_SCSS
|
|
|
|
const CACHE_SCSS = 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### put
|
|
|
|
mixed SYSTEM\CACHE\cache_scss::put($file, $data)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $file **mixed**
|
|
* $data **mixed**
|
|
|
|
|
|
|
|
### get
|
|
|
|
mixed SYSTEM\CACHE\cache_scss::get($file, $header)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $file **mixed**
|
|
* $header **mixed**
|
|
|
|
|
|
|
|
### ident
|
|
|
|
mixed SYSTEM\CACHE\cache_scss::ident($file)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $file **mixed**
|
|
|
|
|
|
|
|
### url
|
|
|
|
mixed SYSTEM\CACHE\cache_scss::url($file)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $file **mixed**
|
|
|
|
|