3 Replies
Caching is set on read, whereas expirationTtl is set on write. As a result, there isnt a guarantee that you should cache for as long as expirationTtl because if you read a few times after writes, it will reset your cacheTtl to some point after your expiration
Does binding.delete also clears the cache or it could still live in the cache?
IIRC it attempts to clear the cache, but that only applies in the current colo