cache.GetAll is very slow
656819Aug 26 2008 — edited Sep 4 2008- cache.getAll(keys)
- cache.GetEntries(new AlwaysFilter())
We have a cache that contains 27,000 objects. The getAll approach took around a minute, while the always filter took around 5 seconds. Anyone know why the getAll function is so slow? Do I need to do something before I use the getAll function?
Edited by: user8275419 on Aug 26, 2008 4:20 AM