FTCache_Container | --FTCache_Container_CSV
Located in File: /FTCache.php
Constructor __construct (line 333)
Overrides : FTCache_Container::__construct() Sets the size of the cache
Method get (line 373)
Overrides : FTCache_Container::get() Retrieve the string of stored data at the given cache index
Method set (line 414)
Overrides : FTCache_Container::set() Sets the cache entry with the given index to contain the given data
FTCache_Container::$_size - Size of the schema
FTCache_Container::__construct() - Sets the size of the cache
FTCache_Container::get() - Retrieve the string of stored data at the given cache index
FTCache_Container::set() - Sets the cache entry with the given index to contain the given data