Use ScanQuery, it is effectively the same thing: List<ICacheEntry<int, string>> res = cache.Query(new ScanQuery<int, string>()).ToList();
On Wed, Nov 27, 2024 at 5:52 PM Charlin S <charli...@hotelhub.com> wrote: > Hi All, > > I am planning to use thin client instead of thick client and not getting > thin client options to get all caches. > Thick client = _cache..Select(a => a.Value).ToList(); > How can I retrieve all data from cache using thin client. > > Thanks, > Charlin > >