Change internal representation of cache groups

This commit is contained in:
Kijin Sung 2016-04-18 17:41:00 +09:00
parent 3117621270
commit 8d733f1928
10 changed files with 75 additions and 12 deletions

View file

@ -7,6 +7,11 @@ namespace Rhymix\Framework\Drivers\Cache;
*/
class Memcached implements \Rhymix\Framework\Drivers\CacheInterface
{
/**
* Set this flag to false to disable cache prefixes.
*/
public $prefix = true;
/**
* The Memcached connection is stored here.
*/