2020-03-02 16:14:20 +08:00

10 lines
89 B
PHP

<?php
namespace ZM\DBCache;
interface DBCache
{
public static function reset();
}