hyperoslo / Cache

:package: Nothing but Cache.
Other
2.96k stars 335 forks source link

Question: What happens if `totalCostLimit` cannot be honored? #312

Closed gmoraleda closed 5 months ago

gmoraleda commented 1 year ago

Let's say I set some value for my MemoryConfig totalCostLimit that cannot be honored (or no limit at all). Will the app receive a memory warning? When does the library start cleaning objects from the memory cache?

Thanks a lot in advance!

3lvis commented 1 year ago

I believe @onmyway133 might have the answer to this.

3lvis commented 5 months ago

Closing for lack of answer.