Caching With TTL
hinawatts opened this issue · 1 comments
hinawatts commented
Hi,
I am trying to use caffeine cache implementation, where I have a requirement to cache authentication token for TTL based on it's expiration value. I was trying to use cachingWithTTL method, but I see it's no longer there. Can someone point me how can I implement this requirement? Any examples would help.