Endpoints/Cache

* fix cache id collision when category == dbTypeId for a given dbType
 * increment version number to invalidate existing caches
 * maps endpoint doesn't need caching. It is entirely static content.
This commit is contained in:
Sarjuuk
2025-10-08 18:20:26 +02:00
parent 95ee9d2c25
commit 3edac3c77a
53 changed files with 61 additions and 68 deletions

View File

@@ -11,7 +11,7 @@ class ClassesBaseResponse extends TemplateResponse implements ICache
use TrListPage, TrCache;
protected int $type = Type::CHR_CLASS;
protected int $cacheType = CACHE_TYPE_PAGE;
protected int $cacheType = CACHE_TYPE_LIST_PAGE;
protected string $template = 'list-page-generic';
protected string $pageName = 'classes';