mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +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/sqlite.php
vendored
5
common/framework/drivers/cache/sqlite.php
vendored
|
|
@ -9,6 +9,11 @@ use Rhymix\Framework\Storage;
|
|||
*/
|
||||
class SQLite implements \Rhymix\Framework\Drivers\CacheInterface
|
||||
{
|
||||
/**
|
||||
* Set this flag to false to disable cache prefixes.
|
||||
*/
|
||||
public $prefix = false;
|
||||
|
||||
/**
|
||||
* The database handle and prepared statements are stored here.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue