mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 00:25:35 +08:00
initial commit
This commit is contained in:
10
src/ZM/DBCache/DBCache.php
Normal file
10
src/ZM/DBCache/DBCache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\DBCache;
|
||||
|
||||
|
||||
interface DBCache
|
||||
{
|
||||
public static function reset();
|
||||
}
|
||||
Reference in New Issue
Block a user