![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
has ($id) | |
get ($id) | |
set ($id, $value) | |
Private Member Functions | |
initializeLevel2Cache () | |
Private Attributes | |
$level1Cache = array() | |
$level2Cache | |
Simple Cache for classInfos
Definition at line 20 of file ClassInfoCache.php.
__construct | ( | ) |
constructor
Definition at line 35 of file ClassInfoCache.php.
References ClassInfoCache\initializeLevel2Cache().
get | ( | $id | ) |
Gets the cache for the id
string | $id |
Definition at line 57 of file ClassInfoCache.php.
has | ( | $id | ) |
checks if cacheentry exists for id
string | $id |
Definition at line 46 of file ClassInfoCache.php.
|
private |
Initialize the TYPO3 second level cache
Definition at line 80 of file ClassInfoCache.php.
Referenced by ClassInfoCache\__construct().
set | ( | $id, | |
$value | |||
) |
sets the cache for the id
string | $id | |
mixed | $value |
Definition at line 71 of file ClassInfoCache.php.
|
private |
Definition at line 25 of file ClassInfoCache.php.
|
private |
Definition at line 30 of file ClassInfoCache.php.