Skip to content

Add pagination for viewing cache objects #49

Description

@Sebbe

Today, when viewing cache object it is hard limit on 10 000 objects

var cachedEntries = HttpContext.Cache.Cast<DictionaryEntry>().Take(10_000);

Add pagination so we can see all objects in the cache

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions