2017 © Pedro Peláez
 

library themosis-cache

The illuminate/cache package for Themosis backed by WP_Object_Cache.

image

djgadd/themosis-cache

The illuminate/cache package for Themosis backed by WP_Object_Cache.

  • Thursday, February 1, 2018
  • by djgadd
  • Repository
  • 3 Watchers
  • 4 Stars
  • 78 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 17 Versions
  • 8 % Grown

The README.md

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., (*1)

Install

Install through composer: - composer require keltiecochrane/themosis-cache, (*2)

Copy the config/cache.config.php to your theme/resources/config directory, and configure as appropriate., (*3)

Register the service provider in your theme/resources/config/providers.php file: - KeltieCochrane\Cache\CacheServiceProvider::class,, (*4)

Optionally register the alias in your theme/resources/config/theme.php file: - 'Cache' => KeltieCochrane\Cache\CacheFacade::class,, (*5)

Remember, it uses WP_Object_Cache so you'll need an object cache plugin installed (such as http://wordpress.org/plugins/redis-cache/)., (*6)

Examples

  Cache::get('some-cache-key');

See the Laravel docs for more info., (*7)

Helpers

The following (additional) helpers are available: -, (*8)

  • cache

See the Laravel docs for more info., (*9)

Support

This plugin is provided as is, though we'll endeavour to help where we can., (*10)

Contributing

Any contributions would be encouraged and much appreciated, you can contribute by: -, (*11)

  • Reporting bugs
  • Suggesting features
  • Sending pull requests

The Versions

01/02 2018

dev-master

9999999-dev

The illuminate/cache package for Themosis backed by WP_Object_Cache.

  Sources   Download

GPL-3.0-or-later

The Requires

 

plugin themosis

01/02 2018

1.0.5

1.0.5.0

The illuminate/cache package for Themosis backed by WP_Object_Cache.

  Sources   Download

GPL-3.0-or-later

The Requires

 

plugin themosis

01/02 2018

dev-develop

dev-develop

The illuminate/cache package for Themosis backed by WP_Object_Cache.

  Sources   Download

GPL-3.0-or-later

The Requires

 

plugin themosis

01/02 2018

1.0.4

1.0.4.0

The illuminate/cache package for Themosis backed by WP_Object_Cache.

  Sources   Download

GPL-3.0-or-later

The Requires

 

plugin themosis

01/02 2018

1.0.3

1.0.3.0

The illuminate/cache package for Themosis backed by WP_Object_Cache.

  Sources   Download

GPL-3.0

The Requires

 

plugin themosis

18/04 2017

1.0.2

1.0.2.0

The illuminate/cache package for Themosis backed by WP_Object_Cache.

  Sources   Download

GPL-3.0

The Requires

 

plugin themosis

13/04 2017

1.0.1

1.0.1.0

The illuminate/cache package for Themosis backed by WP_Object_Cache.

  Sources   Download

GPL-3.0

The Requires

 

plugin themosis

13/04 2017

1.0.0

1.0.0.0

The illuminate/cache package for Themosis backed by WP_Object_Cache.

  Sources   Download

GPL-3.0

The Requires

 

plugin themosis

08/03 2017

0.2.0

0.2.0.0

A themosis plugin that implements the illuminate/cache packing with a WP_Object_Cache driver

  Sources   Download

The Requires

 

plugin themosis

08/03 2017

dev-release/0.2.0

dev-release/0.2.0

A themosis plugin that implements the illuminate/cache packing with a WP_Object_Cache driver

  Sources   Download

The Requires

 

plugin themosis

06/03 2017

0.1.2

0.1.2.0

A themosis plugin that implements the illuminate/cache packing with a WP_Object_Cache driver

  Sources   Download

The Requires

 

plugin themosis

06/03 2017

dev-release/0.1.2

dev-release/0.1.2

A themosis plugin that implements the illuminate/cache packing with a WP_Object_Cache driver

  Sources   Download

The Requires

 

plugin themosis

06/03 2017

0.1.1

0.1.1.0

A themosis plugin that implements the illuminate/cache packing with a WP_Object_Cache driver

  Sources   Download

The Requires

 

plugin themosis

06/03 2017

dev-release/0.1.1

dev-release/0.1.1

A themosis plugin that implements the illuminate/cache packing with a WP_Object_Cache driver

  Sources   Download

The Requires

 

plugin themosis

02/03 2017

0.1.0

0.1.0.0

A themosis plugin that implements the illuminate/cache packing with a WP_Object_Cache driver

  Sources   Download

The Requires

 

plugin themosis

02/03 2017

dev-release/0.1.0

dev-release/0.1.0

A themosis plugin that implements the illuminate/cache packing with a WP_Object_Cache driver

  Sources   Download

The Requires

 

plugin themosis

07/02 2017

0.0.1

0.0.1.0

A themosis plugin that implements the illuminate/cache packing with a WP_Object_Cache driver

  Sources   Download

The Requires

 

plugin themosis