Download the PHP package aloframework/cache without Composer
On this page you can find all versions of the php package aloframework/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aloframework/cache
More information about aloframework/cache
Files in aloframework/cache
Download aloframework/cache
More information about aloframework/cache
Files in aloframework/cache
Vendor aloframework
Package cache
Short Description Dual-way Redis cache management
License Apache-2.0
Homepage https://github.com/aloframework/cache
Package cache
Short Description Dual-way Redis cache management
License Apache-2.0
Homepage https://github.com/aloframework/cache
Please rate this library. Is it a good library?
Informations about the package cache
AloFramework | Cache
Redis cache manager
Latest release API documentation: https://aloframework.github.io/cache/
dev-develop | Latest release |
---|---|
Installation
Installation is available via Composer:
composer require aloframework/cache
Usage
Only Redis is supported at this time.
Alternative usage
Configuration
Configuration is done via the Configuration class.
Cfg::CFG_IP
- default IP to use in the connect() method (defaults to 127.0.0.1)Cfg::CFG_PORT
- default port to use in the connect() method (defaults to 6379)Cfg::CFG_TIMEOUT
- default cache timeout (defaults to 300 seconds)
All versions of cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
ext-redis Version *
aloframework/log Version ^3.0
aloframework/config Version ^2.0
aloframework/common Version ^2.0
ext-redis Version *
aloframework/log Version ^3.0
aloframework/config Version ^2.0
aloframework/common Version ^2.0
The package aloframework/cache contains the following files
Loading the files please wait ....