Download the PHP package ko/json-cache without Composer
On this page you can find all versions of the php package ko/json-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ko/json-cache
More information about ko/json-cache
Files in ko/json-cache
Download ko/json-cache
More information about ko/json-cache
Files in ko/json-cache
Vendor ko
Package json-cache
Short Description A caching module for storing data in a JSON file
License MIT
Package json-cache
Short Description A caching module for storing data in a JSON file
License MIT
Please rate this library. Is it a good library?
Informations about the package json-cache
json-cache
This module is built for caching responses from API's in a file. Its primary focus is on alleviating pressure from an API when data is not required to be up to the second. This is particularly useful when the API may have throttling or rate limiting in use.
Install
Properties
Property | Type | Description |
---|---|---|
validity | Integer | Number of minutes the cache will be used before being declared invalid [ Default 15 ] |
file | String | The path of the json cache file [ Default json-cache.json ] |
Usage
Build the cache settings object
Instantiate a new cache object with the settings
Documentation
See the full Documentation for more details.
All versions of json-cache with dependencies
PHP Build Version
Package Version
No informations.
The package ko/json-cache contains the following files
Loading the files please wait ....