Methods | ||
---|---|---|
public
static
|
NewInstance(): CacheClient
|
# |
public
|
Set(string $sKey, string $sValue): bool
|
# |
public
|
SetTimer(string $sKey): bool
|
# |
public
|
get(string $sKey, string $bClearAfterGet = false): string
|
# |
public
|
GetTimer(string $sKey): int
|
# |
public
|
Delete(string $sKey): CacheClient
|
# |
public
|
SetDriver(DriverInterface $oDriver): CacheClient
|
# |
public
|
gc(int $iTimeToClearInHours = 24): bool
|
# |
public
|
IsInited(): bool
|
# |
public
|
SetCacheIndex(string $sCacheIndex): CacheClient
|
# |