Download the PHP package adinan-cenci/file-cache without Composer
On this page you can find all versions of the php package adinan-cenci/file-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adinan-cenci/file-cache
More information about adinan-cenci/file-cache
Files in adinan-cenci/file-cache
Download adinan-cenci/file-cache
More information about adinan-cenci/file-cache
Files in adinan-cenci/file-cache
Vendor adinan-cenci
Package file-cache
Short Description A PSR-16 implementation around the PHP Filesystem.
License MIT
Package file-cache
Short Description A PSR-16 implementation around the PHP Filesystem.
License MIT
Please rate this library. Is it a good library?
Informations about the package file-cache
Caching
This is a PSR-16 implementation build around the php Filesystem.
How to use it
Once instantiated, use like specified in the PSR-16
Caching
Inform an unique identifier for the data you desire to cache. Optionally you may inform its time to live, otherwise the cached data will never expire.
Caching multiple values at once
Retrieving
Use ::get to retrieve your data, if the data doesn't exist in cache or has expired then a fallback value will be returned, which defaults to null if not informed.
Retrieving multiple values at once
How to install
Use composer
License
MIT
All versions of file-cache with dependencies
PHP Build Version
Package Version
The package adinan-cenci/file-cache contains the following files
Loading the files please wait ....