mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 07:35:34 +08:00
initial commit
This commit is contained in:
17
src/ZM/DBCache/DHUerCache.php
Normal file
17
src/ZM/DBCache/DHUerCache.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\DBCache;
|
||||
|
||||
|
||||
class DHUerCache implements DBCache
|
||||
{
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private static $data;
|
||||
|
||||
public static function reset() {
|
||||
self::$data = [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user