BiodbBiocPersistentCache: A persistent cache implementation that uses BiocCache...

BiodbBiocPersistentCacheR Documentation

A persistent cache implementation that uses BiocCache package.

Description

A persistent cache implementation that uses BiocCache package.

A persistent cache implementation that uses BiocCache package.

Super class

biodb::BiodbPersistentCache -> BiodbBiocPersistentCache

Methods

Public methods

Inherited methods

Method new()

New instance initializer. Cache objects must not be created directly. Instead, access the cache instance through the BiodbMain instance using the getPersistentCache() method.

Usage
BiodbBiocPersistentCache$new(...)
Arguments
...

See the constructor of ExtGenerator for the parameters.

Returns

Nothing.


Method clone()

The objects of this class are cloneable with this method.

Usage
BiodbBiocPersistentCache$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

BiodbPersistentCache, BiodbBiocPersistentCache.


pkrog/biodb documentation built on Nov. 29, 2022, 4:24 a.m.