Download the PHP package stepanrodionov/php-apcu-cache without Composer
On this page you can find all versions of the php package stepanrodionov/php-apcu-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stepanrodionov/php-apcu-cache
More information about stepanrodionov/php-apcu-cache
Files in stepanrodionov/php-apcu-cache
Download stepanrodionov/php-apcu-cache
More information about stepanrodionov/php-apcu-cache
Files in stepanrodionov/php-apcu-cache
Vendor stepanrodionov
Package php-apcu-cache
Short Description This is PSR-16 compatible cache library using php-apcu module
License MIT
Package php-apcu-cache
Short Description This is PSR-16 compatible cache library using php-apcu module
License MIT
Please rate this library. Is it a good library?
Informations about the package php-apcu-cache
php-apcu-cache (PSR-16)
This is PSR-16 compatible cache library using php-apcu module. It's provides one class ApcuCacheStorage which implements and may be used in your code everywhere, where php cache is need.
About apcu
Php-apcu provides in-memory cache, which stores variables between requests. You can read more about it in this page.
Usage
You should create instance of ApcuCacheStorage and when you'll get access to its functionality
Tests
Run composer test
.
License
This component is under the MIT license. See the complete license in the LICENSE file.
All versions of php-apcu-cache with dependencies
PHP Build Version
Package Version
The package stepanrodionov/php-apcu-cache contains the following files
Loading the files please wait ....