[-] FO : ajax cart now display cart rules correctly #PSTEST-724

// Small addition to the controller override
This commit is contained in:
dMetzger
2012-02-22 11:02:49 +00:00
parent 8c15f31d43
commit af842fcfd2
8 changed files with 80 additions and 13 deletions
+5
View File
@@ -307,6 +307,11 @@ abstract class CacheCore
return isset(Cache::$local[$key]) ? Cache::$local[$key] : null;
}
public static function retrieveAll()
{
return Cache::$local;
}
public static function isStored($key)
{
return isset(Cache::$local[$key]);