Method | Description | |
---|---|---|
__construct ( string $directory, string $extension = self::EXTENSION, integer $umask = 2, Bolt\Filesystem\AggregateFilesystemInterface $filesystem = null ) | Cache constructor. |
Method | Description | |
---|---|---|
doFlush ( ) : boolean | Clear the cache. Both the doctrine FilesystemCache, as well as twig and thumbnail temp files. |
Method | Description | |
---|---|---|
flushDirectory ( Bolt\Filesystem\Handler\DirectoryInterface $directory ) | Helper function for doFlush(). |