Right now the entry is in the shape {:key, :touched, :ttl, :value}. Ideally this would be changed going forward to something like this: {:key, :value, :modified, :expiration}.
The name renaming makes more sense, and we should also update :ttl options to :expiration too. This is a breaking change, of course.
Right now the entry is in the shape
{:key, :touched, :ttl, :value}
. Ideally this would be changed going forward to something like this:{:key, :value, :modified, :expiration}
.The name renaming makes more sense, and we should also update
:ttl
options to:expiration
too. This is a breaking change, of course.