mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Change internal representation of cache groups
This commit is contained in:
parent
3117621270
commit
8d733f1928
10 changed files with 75 additions and 12 deletions
5
common/framework/drivers/cache/wincache.php
vendored
5
common/framework/drivers/cache/wincache.php
vendored
|
|
@ -7,6 +7,11 @@ namespace Rhymix\Framework\Drivers\Cache;
|
|||
*/
|
||||
class WinCache implements \Rhymix\Framework\Drivers\CacheInterface
|
||||
{
|
||||
/**
|
||||
* Set this flag to false to disable cache prefixes.
|
||||
*/
|
||||
public $prefix = true;
|
||||
|
||||
/**
|
||||
* Create a new instance of the current cache driver, using the given settings.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue