v1.0.0
English

FileHandler.php

system/Cache/Handlers/FileHandler.php
1 class 17 methods

class FileHandler

File system cache handler
__construct (Cache $config) public
initialize () public
get (string $key) public
save (string $key, $value, int $ttl = 60) public
delete (string $key) public
deleteMatching (string $pattern) public
increment (string $key, int $offset = 1) public
decrement (string $key, int $offset = 1) public
clean () public
getCacheInfo () public
getMetaData (string $key) public
isSupported () public
getItem (string $filename) protected
writeFile ($path, $data, $mode = 'wb') protected
deleteFiles (string $path, bool $delDir = false, bool $htdocs = false, int $_level = 0) protected
getDirFileInfo (string $sourceDir, bool $topLevelOnly = true, bool $_recursion = false) protected
getFileInfo (string $file, $returnedValues = ['name', 'server_path', 'size', 'date']) protected
phpDG v1.0.0 FileHandler.php 662 files 498 classes 763 fn
Generated