| NoCache | R Documentation |
Disabled cache (no caching)
VectrixDB::BaseCache -> NoCache
get()Get value from cache (always returns NULL)
NoCache$get(key)
keyCache key
NULL
set()Set cache value (no-op)
NoCache$set(key, value, ttl = NULL)
keyCache key
valueValue to cache
ttlTime-to-live in seconds (ignored)
Invisibly returns NULL
delete()Delete key from cache (always FALSE)
NoCache$delete(key)
keyCache key
FALSE
exists()Check if key exists (always FALSE)
NoCache$exists(key)
keyCache key
FALSE
clear()Clear cache (no-op)
NoCache$clear()
Invisibly returns NULL
size()Get cache size (always 0)
NoCache$size()
Integer zero
clone()The objects of this class are cloneable with this method.
NoCache$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.