Element | R Documentation |
This object stores the value itself as well as a timestamp so that this element can be invalidated if it becomes too old.
new()
Initialize an “Element“ instance for “LRUCache“.
Element$new(value, creation_time)
value
(ValType): Value that is stored in cache.
creation_time
(datetime.datetime): Time at which cache item was created.
clone()
The objects of this class are cloneable with this method.
Element$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.