platform notify
This commit is contained in:
@ -39,6 +39,10 @@ abstract class BaseCache
|
||||
{
|
||||
return $this->getCacheData($key);
|
||||
}
|
||||
function del($key): bool
|
||||
{
|
||||
return $this->delCacheData($key);
|
||||
}
|
||||
|
||||
function getCacheData($primary_key = null): array|string|null
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user