Hi
\Modules\Shared\Models\Match::findFirst(
'cache' => array(
'key' => 'match',
'lifetime' => strtotime(date('Y-m-d 23:59:59'))
)
);
I want to delete this cache manually in some cases. is it possible?
Hi
\Modules\Shared\Models\Match::findFirst(
'cache' => array(
'key' => 'match',
'lifetime' => strtotime(date('Y-m-d 23:59:59'))
)
);
I want to delete this cache manually in some cases. is it possible?