Disabled cache (no caching)
VectrixDB::BaseCache -> NoCache
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
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.