added tv page, small changes and fix bugs
This commit is contained in:
@@ -20,6 +20,9 @@ class UserCacheService extends AbstractCacheService implements CacheInterface
|
||||
public function clearAllCacheByModel(): void
|
||||
{
|
||||
$this->clearCacheByPrefix(CacheKeys::USER_PREFIX->value.'*');
|
||||
$this->clearCacheByPrefix(CacheKeys::FACULTY_PREFIX->value.'*');
|
||||
$this->clearCacheByPrefix(CacheKeys::DEPARTMENT_PREFIX->value.'*');
|
||||
$this->clearCacheByPrefix(CacheKeys::DIVISION_PREFIX->value.'*');
|
||||
}
|
||||
|
||||
public function getCachedData(string $key)
|
||||
|
||||
Reference in New Issue
Block a user