FileSystemCache icon indicating copy to clipboard operation
FileSystemCache copied to clipboard

A simple PHP class for caching data in the filesystem.

Results 2 FileSystemCache issues
Sort by recently updated
recently updated
newest added

if $part is "0" in line 347, it is unset. Change line 347 to `if($part == '') unset($parts[$i]);`