См. определение в файле page.php строка 15
◆ __construct()
__construct |
( |
| $requestUri = null, |
|
|
| $host = null, |
|
|
| $privateKey = null ) |
Creates new cache manager instance.
- Аргументы
-
{string | } $requestUri |
{string} | $host |
{string} | $privateKey |
См. определение в файле page.php строка 47
◆ convertUriToPath()
static convertUriToPath |
( |
| $uri, |
|
|
| $host = null, |
|
|
| $privateKey = null ) |
|
static |
Converts request uri into path safe file with .html extension. Returns empty string if fails.
- Аргументы
-
string | $uri | Uri. |
string | $host | Host name. |
string | $privateKey | |
- Возвращает
- string
См. определение в файле page.php строка 148
◆ createFromCacheKey()
static createFromCacheKey |
( |
| $cacheKey | ) |
|
|
static |
◆ delete()
Deletes the cache
- Возвращает
- bool|int
См. определение в файле page.php строка 209
◆ deleteAll()
Deletes all cache data
- Возвращает
- bool
См. определение в файле page.php строка 231
◆ disableVoting()
◆ enableVoting()
◆ exists()
Returns true if the cache exists
- Возвращает
- boolean
См. определение в файле page.php строка 269
◆ getCacheKey()
Returns cache key
- Возвращает
- string
См. определение в файле page.php строка 157
◆ getInstance()
Returns current instance of the Storage.
- Возвращает
- Page
См. определение в файле page.php строка 78
◆ getLastModified()
Returns the time the cache was last modified
- Возвращает
- int|false
См. определение в файле page.php строка 254
◆ getMd5()
Returns hash of the cache
- Возвращает
- string|false
См. определение в файле page.php строка 283
◆ getPrivateKey()
◆ getSize()
Returns cache size
- Возвращает
- int|false
См. определение в файле page.php строка 297
◆ getStaticHtmlStorage()
static getStaticHtmlStorage |
( |
| $cacheKey | ) |
|
|
static |
Returns the instance of the StaticHtmlStorage
- Аргументы
-
string | $cacheKey | unique cache identifier |
- Возвращает
- Data\AbstractStorage|null
См. определение в файле page.php строка 388
◆ getStorage()
Returns File Storage or Memcached Storage
- Возвращает
- Data\AbstractStorage|null
См. определение в файле page.php строка 105
◆ giveNegativeComponentVote()
giveNegativeComponentVote |
( |
| $context = "" | ) |
|
Tries to vote against composite mode
- Аргументы
-
См. определение в файле page.php строка 431
◆ init()
◆ isCacheable()
Returns true if we can cache current request
- Возвращает
- bool
См. определение в файле page.php строка 312
◆ isVotingEnabled()
◆ markNonCacheable()
Marks current page as non cacheable.
- Возвращает
- void
См. определение в файле page.php строка 351
◆ onBeforeEndBufferContent()
onBeforeEndBufferContent |
( |
| ) |
|
◆ read()
Returns html content from the cache
- Возвращает
- string
См. определение в файле page.php строка 194
◆ setCacheProvider()
◆ setUserPrivateKey()
◆ write()
Writes the content to the storage
- Аргументы
-
string | $content | the string that is to be written |
string | $md5 | the content hash |
- Возвращает
- bool
См. определение в файле page.php строка 168
◆ $instance