splitwise / cacheable

A quick way to make cacheable method calls in Ruby
MIT License
48 stars 2 forks source link

Not caching very big objects? #16

Open facundofarias opened 11 months ago

facundofarias commented 11 months ago

Hello there,

I am trying to cache methods calling Github API, all of them are working properly, except one in some specific conditions: It's retrieving a super long list of repositories (8200). So, I was wondering, if the value to store it's way to big, it's not being cached? How can I check that? Is there a log or something?

Thanks.