https://github.com/jtkdvlp/simple-php-cache
Very small and simple lib for caching
https://github.com/jtkdvlp/simple-php-cache
arraycache cache filecache memorycache php
Last synced: 3 months ago
JSON representation
Very small and simple lib for caching
- Host: GitHub
- URL: https://github.com/jtkdvlp/simple-php-cache
- Owner: jtkDvlp
- License: mit
- Created: 2014-09-21T00:29:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T19:33:53.000Z (about 6 years ago)
- Last Synced: 2025-05-20T14:52:30.869Z (8 months ago)
- Topics: arraycache, cache, filecache, memorycache, php
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/jtk/simple-php-cache) [](https://packagist.org/packages/jtk/simple-php-cache) [](https://packagist.org/packages/jtk/simple-php-cache)
# 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.