Skip to content

jtkDvlp/simple-php-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads License

Simple PHP Cache

This very small lib is for caching in php apps. The caching is very simple. It supports caching with php`s arrays e.g. the session array and it supports file based caching. The file based version uses the php (un)serialization algorithm, thus it supports close to all types (see php documentation) and also keep the type information.

Usage

See for Usage the "example.php" file in the root directory.

License

See for license the "LICENSE" file in the root directory.