Class GlobalListCache
Domain-isolated cache for lists and their items.
Hybrid model: TTL for eventual consistency + local invalidation on changes.
Instance is bound to specific domain, static data is shared.
public sealed class GlobalListCache
Inheritance
Properties
Methods
CacheListItems(long, List<RedbListItem>)
Cache list items.
public void CacheListItems(long listId, List<RedbListItem> items)
Constructors
GlobalListCache(string?, bool?)
Create cache instance for specific domain.