Implements interfaces:
static ForwardFW_Interface_Cache_Backend getBackend( ForwardFW_Interface_Application $application, string $strCacheBackend, ForwardFW_Config_Cache_Backend $config)
static ForwardFW_Interface_Cache_Frontend getFrontend( ForwardFW_Interface_Application $application, ForwardFW_Config_Cache_Frontend $config, ForwardFW_Interface_Cache_Backend $backend)
static ForwardFW_Interface_Cache_Frontend getInstance( ForwardFW_Interface_Application $application, ForwardFW_Config_Cache_Frontend $config)
void __construct( ForwardFW_Interface_Application $application, ForwardFW_Interface_Cache_Backend $backend)
void calculateHash( ForwardFW_Config_Cache_Data $config)
Overridden in child classes as:
mixed getCache( ForwardFW_Config_Cache_Data $config)
void getDataToCache( ForwardFW_Config_Cache_Data $config)
string getHash( mixed $mValue)
mixed getRealData( String $strHash, ForwardFW_Config_Cache_Data $config, boolean $bOldAvailable)