diff --git a/src/flextype/Foundation/Cache/Cache.php b/src/flextype/Foundation/Cache/Cache.php index 266c14f2..ef83984b 100755 --- a/src/flextype/Foundation/Cache/Cache.php +++ b/src/flextype/Foundation/Cache/Cache.php @@ -160,6 +160,7 @@ class Cache if ($lifetime === null) { $lifetime = $this->getLifetime(); } + $this->driver->save($id, $data, $lifetime); }