Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Pinq
Caching
CSVFileCache
PHP Class Pinq\Caching\CSVFileCache
Author:
Elliot Levin (
[email protected]
)
Inheritance:
extends
OneDimensionalCacheAdapter
Mostra file
Open project: timetoogo/pinq
Public Methods
Method
Description
__construct
(
$fileName
)
__destruct
( )
clear
( )
clearInNamespace
(
$namespace
)
contains
(
$key
)
remove
(
$key
)
save
(
$key
,
$value
)
tryGet
(
$key
)
Private Methods
Method
Description
flushFileData
( )
getFileData
( )
Method Details
__construct()
public
method
public
__construct
(
$fileName
)
__destruct()
public
method
public
__destruct
( )
clear()
public
method
public
clear
( )
clearInNamespace()
public
method
public
clearInNamespace
(
$namespace
)
contains()
public
method
public
contains
(
$key
)
remove()
public
method
public
remove
(
$key
)
save()
public
method
public
save
(
$key
,
$value
)
tryGet()
public
method
public
tryGet
(
$key
)