0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 19 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from mauricesvay/master More... almost 11 years ago
Fixes permissions More... almost 11 years ago
Improved README. Increased code coverage for PHPUnit. More... about 11 years ago
Made travis do mkdir and set file permissions before running the unit tests. More... about 11 years ago
Merge branch 'master' of https://github.com/jdorn/FileSystemCache More... about 11 years ago
Fixing typo in .travis.yml file name More... about 11 years ago
Update README.md More... about 11 years ago
Adding Composer support and PHPUnit tests. More... about 11 years ago
Major restructuring of code. Now everything is fully commented and a lot cleaner. More... over 11 years ago
Updating documentation. More... almost 12 years ago
Updated README to includ getAndModify. More... almost 12 years ago
Added new getAndModify method that atomically retrieves, modifies, and stores a cache value. Cleaned up comments and documentation. Added new example for getAndModify. More... almost 12 years ago
Fixing bug when invalidating more than 2 nested directories recursively. More... almost 12 years ago
Fixing some more bugs where locks weren't released or file handles weren't closed. More... almost 12 years ago
Fixed bug where the lock wasn't released if there was an unserialize error. More... almost 12 years ago
Added the option to recursively invalidate a directory. Added more example scripts and moved them to their own directory. Updated readme. More... almost 12 years ago
Changed the store and retrieve methods to use read/write locks. This should eliminate any race conditions. More... almost 12 years ago
Merge branch 'master' of https://github.com/jdorn/FileSystemCache More... almost 12 years ago
Added directory option for all cache operations to store files in a specific subdirectory of the $cacheDir. This is useful for grouping data by type. More... almost 12 years ago
Update README.md More... almost 12 years ago
Initial commit. Support for store, retrieve, invalidate, and setting a TTL. More... almost 12 years ago
initial commit More... almost 12 years ago