Replies: 1 comment 1 reply
-
How about using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to have a TTLCache available as variable, so it is available from the context like this:
c.var.ttlCache
. What I already have is (minimal demo for the problem, in reality I will use ttlCache to store objects...):Not surprising, when I get the page, I see the response "The TTLCache is undefined".
How can I initialize the
ttlCache
variable on startup, e.g. to the following value?Beta Was this translation helpful? Give feedback.
All reactions