library mustache-wordpress-cache
WordPress cache adapter for Mustache.php
khromov/mustache-wordpress-cache
WordPress cache adapter for Mustache.php
- Thursday, February 1, 2018
- by khromov
- Repository
- 4 Watchers
- 5 Stars
- 6,837 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 1 % Grown
WordPress Cache for Mustache.php
WordPress cache adapter for Mustache.php, (*1)
Uses the WordPress Object cache., (*2)
Example
$mustache = new Mustache_Engine( array(
...
'cache' => \Khromov\Mustache_Cache\Mustache_Cache_WordPressCache()
...
) );
Constructor parameters
You don't have to pass anything when constructing the cache, but you can pass the following parameters if you want:, (*3)
$key_prefix - The object cache key prefix to use. (Default: "")
$group - The object cache group to use. (Default: "mustache-cache"), (*4)
dev-master
9999999-dev
WordPress cache adapter for Mustache.php
Sources
Download
GPL
GPL-2.0-or-later
The Requires
1.3
1.3.0.0
WordPress cache adapter for Mustache.php
Sources
Download
GPL
The Requires
1.2
1.2.0.0
WordPress cache adapter for Mustache.php
Sources
Download
GPL
The Requires
1.1
1.1.0.0
WordPress cache adapter for Mustache.php
Sources
Download
GPL
The Requires