FTCache_Strategy | --FTCache_Strategy_DirectMapping
Located in File: /FTCache.php
Method fromCache (line 540)
Overrides : FTCache_Strategy::fromCache() Convert a cache entry index into an object id
This method must return the object id of the cache entry stored at the given index. If there is nothing stored there, then it must return false.
Method stored (line 553)
Overrides : FTCache_Strategy::stored() Whenever the cache will store an object in the container, it informs this strategy object by calling this method.
Method toCache (line 575)
Overrides : FTCache_Strategy::toCache() Convert an object ID into a cache entry index.
This method must return the index that the given object id is stored at if it is currently stored, or the index that it will be stored at if it is not already stored.
FTCache_Strategy::$_size - Size of the schema, used for the modulus
FTCache_Strategy::__construct() - Sets the size of the cache.
FTCache_Strategy::fromCache() - Convert a cache entry index into an object id
FTCache_Strategy::stored() - Whenever the cache will store an object in the container, it informs this strategy object by calling this method.
FTCache_Strategy::toCache() - Convert an object ID into a cache entry index.