Cheetah
inc
classes
ChWsbCache.php
Go to the documentation of this file.
1
<?
php
2
8
class
ChWsbCache
9
{
10
public
function
__construct
()
11
{
12
}
13
18
function
isAvailable
()
19
{
20
return
true
;
21
}
22
27
function
isInstalled
()
28
{
29
return
true
;
30
}
31
function
getData
($sKey, $iTTL =
false
) {}
32
function
setData
($sKey, $mixedData, $iTTL =
false
) {}
33
function
delData
($sKey) {}
34
function
removeAllByPrefix
(
$s
) {}
35
function
getSizeByPrefix
(
$s
) {}
36
}
ChWsbCache\isAvailable
isAvailable()
Definition:
ChWsbCache.php:18
php
ChWsbCache\__construct
__construct()
Definition:
ChWsbCache.php:10
ChWsbCache\isInstalled
isInstalled()
Definition:
ChWsbCache.php:27
ChWsbCache
Definition:
ChWsbCache.php:9
ChWsbCache\removeAllByPrefix
removeAllByPrefix($s)
Definition:
ChWsbCache.php:34
ChWsbCache\getSizeByPrefix
getSizeByPrefix($s)
Definition:
ChWsbCache.php:35
ChWsbCache\getData
getData($sKey, $iTTL=false)
Definition:
ChWsbCache.php:31
$s
$s
Definition:
embed.php:13
ChWsbCache\setData
setData($sKey, $mixedData, $iTTL=false)
Definition:
ChWsbCache.php:32
ChWsbCache\delData
delData($sKey)
Definition:
ChWsbCache.php:33
Generated by
1.8.20