Obtaining TTL for a single record when using BlobCache.Secure #795
Unanswered
cristhian-zarate
asked this question in
Q&A
Replies: 1 comment
-
There is no technical reason not to expose this, it could be added to the existing feature request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm using the built-in secure BlobCache location in a UWP application to store values as strings and I need to refresh the TTL of single records when I access them, so when I read a record, it gets assigned the same expiration period it had before.
Is there any way I can get the expiration of a record similar to the
GetCreatedAt
method without having to create my own implementation?For example, when inserting a record using:
I would be able to get the TTL value with something like this:
If there isn't then, is there a security or technical reason to not have this value exposed?
Beta Was this translation helpful? Give feedback.
All reactions