|
static | getRequestUri () |
|
static | getHttpHost ($host=null) |
|
static | getDomains () |
|
static | getSpaPostfixByUri ($requestUri) |
|
static | getSpaPostfix () |
|
static | getRealPrivateKey ($privateKey=null, $postfix=null) |
|
static | getUserPrivateKey () |
|
static | setUserPrivateKey ($prefix, $expire=0) |
|
static | deleteUserPrivateKey () |
|
static | isAjaxRequest () |
|
static | isAppCacheRequest () |
|
static | isCompositeRequest () |
|
static | isBitrixFolder () |
|
static | isSpaMode () |
|
static | gzdecode ($data) |
|
static | getAjaxRandom () |
|
static | removeRandParam () |
|
static | convertUriToPath ($uri, $host=null, $privateKey=null) |
|
static | removeIgnoredParams ($queryString) |
|
static | isOn () |
|
static | isCompositeEnabled () |
|
static | getEnabledFilePath () |
|
static | getConfigFilePath () |
|
static | getSizeFilePath () |
|
static | setOptions ($arOptions=array()) |
|
static | makeDirPath ($path) |
|
static | escapePHPString ($str) |
|
static | getOptions () |
|
static | resetOptions () |
|
static | compileOptions (&$arOptions) |
|
static | getCacheFileSize () |
|
static | updateCacheFileSize ($bytes=0.0) |
|
static | readStatistic () |
|
static | writeStatistic ($hits=0, $writings=0, $quota=0, $posts=0, $files=0.0) |
|
static | checkQuota ($requiredFreeSpace=0) |
|
static | updateQuota ($bytes) |
|
static | __callStatic ($name, $arguments) |
|
static | getDomainName ($url) |
|
static | setEnabled ($status, $setDefaults=true) |
|
static | cleanAll () |
|
См. определение в файле helper.php строка 12
◆ __callStatic()
static __callStatic |
( |
| $name, |
|
|
| $arguments ) |
|
static |
◆ checkQuota()
static checkQuota |
( |
| $requiredFreeSpace = 0 | ) |
|
|
static |
Checks disk quota. Returns true if quota is not exceeded.
- Аргументы
-
- Возвращает
- bool
См. определение в файле helper.php строка 795
◆ cleanAll()
◆ compileOptions()
static compileOptions |
( |
& | $arOptions | ) |
|
|
static |
◆ convertUriToPath()
static convertUriToPath |
( |
| $uri, |
|
|
| $host = null, |
|
|
| $privateKey = null ) |
|
static |
Converts URI to a cache key (file path) / => /index.html /index.php => /index.html /aa/bb/ => /aa/bb/index.html /aa/bb/index.php => /aa/bb/index.html /?a=b&b=c => /index=b&b=c.html
- Аргументы
-
string | $uri | |
string | $host | |
string | $privateKey | |
- Возвращает
- string
См. определение в файле helper.php строка 287
◆ deleteUserPrivateKey()
static deleteUserPrivateKey |
( |
| ) |
|
|
static |
◆ escapePHPString()
static escapePHPString |
( |
| $str | ) |
|
|
static |
◆ getAjaxRandom()
Returns bxrand value
- Возвращает
- string|false
См. определение в файле helper.php строка 223
◆ getCacheFileSize()
static getCacheFileSize |
( |
| ) |
|
|
static |
Returns the number of bytes of file cache. If file .size doesn't exist returns false
- Возвращает
- bool|float
См. определение в файле helper.php строка 675
◆ getConfigFilePath()
static getConfigFilePath |
( |
| ) |
|
|
static |
◆ getDomainName()
static getDomainName |
( |
| $url | ) |
|
|
static |
- Аргументы
-
- Возвращает
- mixed|string
См. определение в файле helper.php строка 839
◆ getDomains()
Returns valid domains from the composite options
- Возвращает
- array
См. определение в файле helper.php строка 50
◆ getEnabledFilePath()
static getEnabledFilePath |
( |
| ) |
|
|
static |
◆ getHttpHost()
static getHttpHost |
( |
| $host = null | ) |
|
|
static |
Returns HTTP hostname
- Аргументы
-
- Возвращает
- string
См. определение в файле helper.php строка 41
◆ getOptions()
Returns an array with cache options.
- Возвращает
- array
См. определение в файле helper.php строка 504
◆ getRealPrivateKey()
static getRealPrivateKey |
( |
| $privateKey = null, |
|
|
| $postfix = null ) |
|
static |
◆ getRequestUri()
Returns Request URI
- Возвращает
- string
См. определение в файле helper.php строка 22
◆ getSizeFilePath()
static getSizeFilePath |
( |
| ) |
|
|
static |
◆ getSpaPostfix()
◆ getSpaPostfixByUri()
static getSpaPostfixByUri |
( |
| $requestUri | ) |
|
|
static |
◆ getUserPrivateKey()
static getUserPrivateKey |
( |
| ) |
|
|
static |
◆ gzdecode()
Decodes a gzip compressed string
- Аргументы
-
- Возвращает
- string
См. определение в файле helper.php строка 202
◆ isAjaxRequest()
Returns true if the current request was initiated by Ajax.
- Возвращает
- bool
См. определение в файле helper.php строка 140
◆ isAppCacheRequest()
static isAppCacheRequest |
( |
| ) |
|
|
static |
◆ isBitrixFolder()
static isBitrixFolder |
( |
| ) |
|
|
static |
Returns true if the current request URI has bitrix folder
- Возвращает
- bool
См. определение в файле helper.php строка 171
◆ isCompositeEnabled()
static isCompositeEnabled |
( |
| ) |
|
|
static |
Return true if composite mode is enabled
- Возвращает
- bool
См. определение в файле helper.php строка 365
◆ isCompositeRequest()
static isCompositeRequest |
( |
| ) |
|
|
static |
◆ isOn()
Return true if html cache is on
- Возвращает
- bool
См. определение в файле helper.php строка 356
◆ isSpaMode()
◆ makeDirPath()
static makeDirPath |
( |
| $path | ) |
|
|
static |
◆ readStatistic()
Returns array with cache statistics data. Returns an empty array in case of disabled html cache.
- Возвращает
- array
См. определение в файле helper.php строка 721
◆ removeIgnoredParams()
static removeIgnoredParams |
( |
| $queryString | ) |
|
|
static |
◆ removeRandParam()
static removeRandParam |
( |
| ) |
|
|
static |
Removes bxrand parameter from the current request and returns its value
- Возвращает
- string|false
См. определение в файле helper.php строка 238
◆ resetOptions()
◆ setEnabled()
static setEnabled |
( |
| $status, |
|
|
| $setDefaults = true ) |
|
static |
◆ setOptions()
static setOptions |
( |
| $arOptions = array() | ) |
|
|
static |
Saves cache options
- Аргументы
-
- Возвращает
- void
См. определение в файле helper.php строка 392
◆ setUserPrivateKey()
static setUserPrivateKey |
( |
| $prefix, |
|
|
| $expire = 0 ) |
|
static |
◆ updateCacheFileSize()
static updateCacheFileSize |
( |
| $bytes = 0.0 | ) |
|
|
static |
◆ updateQuota()
static updateQuota |
( |
| $bytes | ) |
|
|
static |
Updates disk quota and cache statistic
- Аргументы
-
float | $bytes | positive or negative value |
См. определение в файле helper.php строка 811
◆ writeStatistic()
static writeStatistic |
( |
| $hits = 0, |
|
|
| $writings = 0, |
|
|
| $quota = 0, |
|
|
| $posts = 0, |
|
|
| $files = 0.0 ) |
|
static |
Updates cache usage statistics. Each of parameters is added to appropriate existing stats.
- Аргументы
-
integer | false | $hits | Number of cache hits. |
integer | false | $writings | Number of cache writing. |
integer | false | $quota | Quota change in bytes. |
integer | false | $posts | Number of POST requests. |
float | false | $files | File size in bytes. |
- Возвращает
- void
См. определение в файле helper.php строка 752