mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
Disable file cache driver
This commit is contained in:
parent
84546b936c
commit
8234fd5c7b
3 changed files with 16 additions and 7 deletions
10
common/framework/drivers/cache/dummy.php
vendored
10
common/framework/drivers/cache/dummy.php
vendored
|
|
@ -22,6 +22,16 @@ class Dummy extends File implements \Rhymix\Framework\Drivers\CacheInterface
|
|||
*/
|
||||
public $data = array();
|
||||
|
||||
/**
|
||||
* Override the isSupported() method of the file driver.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public static function isSupported()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the value of a key.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue