added tv page, small changes and fix bugs

This commit is contained in:
F4ilji
2025-05-21 14:00:04 +05:00
parent 10ec9a90c7
commit 791a56ca4d
12 changed files with 327 additions and 102 deletions
@@ -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)