Download the PHP package keltiecochrane/themosis-cache without Composer
On this page you can find all versions of the php package keltiecochrane/themosis-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download keltiecochrane/themosis-cache
More information about keltiecochrane/themosis-cache
Files in keltiecochrane/themosis-cache
Package themosis-cache
Short Description The illuminate/cache package for Themosis backed by WP_Object_Cache.
License GPL-3.0-or-later
Informations about the package themosis-cache
Themosis Cache
A package for the Themosis framework that implements illuminate/cache
with a WP_Object_Cache backed driver. Requires keltiecochrane/themosis-illuminate
's ConfigServiceProvider to be setup.
Install
Install through composer: -
composer require keltiecochrane/themosis-cache
Copy the config/cache.config.php
to your theme/resources/config
directory, and configure as appropriate.
Register the service provider in your theme/resources/config/providers.php
file: -
KeltieCochrane\Cache\CacheServiceProvider::class,
Optionally register the alias in your theme/resources/config/theme.php
file: -
'Cache' => KeltieCochrane\Cache\CacheFacade::class,
Remember, it uses WP_Object_Cache so you'll need an object cache plugin installed (such as http://wordpress.org/plugins/redis-cache/).
Examples
See the Laravel docs for more info.
Helpers
The following (additional) helpers are available: -
- cache
See the Laravel docs for more info.
Support
This plugin is provided as is, though we'll endeavour to help where we can.
Contributing
Any contributions would be encouraged and much appreciated, you can contribute by: -
- Reporting bugs
- Suggesting features
- Sending pull requests
All versions of themosis-cache with dependencies
composer/installers Version ~1.2
themosis/framework Version ^1.3
djgadd/themosis-illuminate Version ^1.0
illuminate/cache Version ^5.4