| BiodbBiocPersistentCache {biodb} | R Documentation |
A persistent cache implementation that uses BiocCache package.
A persistent cache implementation that uses BiocCache package.
biodb::BiodbPersistentCache -> BiodbBiocPersistentCache
new()New instance initializer. Cache objects must not be created directly. Instead, access the cache instance through the BiodbMain instance using the getPersistentCache() method.
BiodbBiocPersistentCache$new(...)
...See the constructor of ExtGenerator for the parameters.
Nothing.
clone()The objects of this class are cloneable with this method.
BiodbBiocPersistentCache$clone(deep = FALSE)
deepWhether to make a deep clone.
BiodbPersistentCache,
BiodbBiocPersistentCache.