Simple-PHP-Cache icon indicating copy to clipboard operation
Simple-PHP-Cache copied to clipboard

A light, simple but powerful PHP5 Cache Class which uses the filesystem for caching.

Results 12 Simple-PHP-Cache issues
Sort by recently updated
recently updated
newest added

Its is better to use serialize()/unserialize() It comes handy when your are saving OOP instances

Hi, Libraries I've worked with in the past auto remove expired entries, so I added a feature to your library to do the same. If the feature is ignored, it...