Skip to content

A PHP class that caches things during a session and also caches things to the file system.

License

Notifications You must be signed in to change notification settings

gvoss/php-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

php-cache

Library to cache things during a session and to cache things to the file system. Exposes methods:

  1. PHPCache::putObject - puts something onto the file system
  2. PHPCache::putObjectInSession - puts something into session
  3. PHPCache::getObject - gets something from file system
  4. PHPCache::getObjectFromSession - gets something from session
  5. PHPCache::clear - clears the cache
  6. PHPCache::stats - returns stats on the cache

About

A PHP class that caches things during a session and also caches things to the file system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages