Cache\Frontend\Igbinary
Class Phalcon\Cache\Frontend\Igbinary
extends class Phalcon\Cache\Frontend\Data
implements Phalcon\Cache\FrontendInterface
Allows to cache native PHP data in a serialized form using igbinary extension
// Cache the files for 2 days using Igbinary frontend $frontCache = new \Phalcon\Cache\Frontend\Igbinary( [ "lifetime" => 172800, ] ); // Create the component that will cache "Igbinary" to a "File" backend // Set the cache file directory -