What is the problem this feature will solve?
Currently it's possible to configure a maxSize with MemoryCacheStore, but there doesn't seem to be any way to detect when this max size has been exceeded.
new Undici.cacheStores.MemoryCacheStore({
maxSize: 100_000_000,
})
What is the feature you are proposing to solve the problem?
Add a mechanism to detect when the max size has been exceeded.
What alternatives have you considered?
No response
What is the problem this feature will solve?
Currently it's possible to configure a
maxSizewithMemoryCacheStore, but there doesn't seem to be any way to detect when this max size has been exceeded.What is the feature you are proposing to solve the problem?
Add a mechanism to detect when the max size has been exceeded.
What alternatives have you considered?
No response