83 lines
708 B
Markdown
83 lines
708 B
Markdown
SYSTEM\CACHE\cache_filemask
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: cache_filemask
|
|
* Namespace: SYSTEM\CACHE
|
|
|
|
|
|
|
|
Constants
|
|
----------
|
|
|
|
|
|
### CACHE_FILEMASK
|
|
|
|
const CACHE_FILEMASK = 12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### put
|
|
|
|
mixed SYSTEM\CACHE\cache_filemask::put($file)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $file **mixed**
|
|
|
|
|
|
|
|
### get
|
|
|
|
mixed SYSTEM\CACHE\cache_filemask::get($ident, $header)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $ident **mixed**
|
|
* $header **mixed**
|
|
|
|
|
|
|
|
### ident
|
|
|
|
mixed SYSTEM\CACHE\cache_filemask::ident($file)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is **static**.
|
|
|
|
|
|
#### Arguments
|
|
* $file **mixed**
|
|
|
|
|