BiodbBiocPersistentCache | R Documentation |
A persistent cache implementation that uses BiocCache package.
A persistent cache implementation that uses BiocCache package.
biodb::BiodbPersistentCache
-> BiodbBiocPersistentCache
biodb::BiodbPersistentCache$addFilesToCache()
biodb::BiodbPersistentCache$copyFilesIntoCache()
biodb::BiodbPersistentCache$deleteAllFiles()
biodb::BiodbPersistentCache$deleteFile()
biodb::BiodbPersistentCache$deleteFiles()
biodb::BiodbPersistentCache$disable()
biodb::BiodbPersistentCache$enable()
biodb::BiodbPersistentCache$enabled()
biodb::BiodbPersistentCache$erase()
biodb::BiodbPersistentCache$fileExist()
biodb::BiodbPersistentCache$fileExists()
biodb::BiodbPersistentCache$filesExist()
biodb::BiodbPersistentCache$folderExists()
biodb::BiodbPersistentCache$getDir()
biodb::BiodbPersistentCache$getFilePath()
biodb::BiodbPersistentCache$getFolderPath()
biodb::BiodbPersistentCache$getTmpFolderPath()
biodb::BiodbPersistentCache$getUsedCacheIds()
biodb::BiodbPersistentCache$isReadable()
biodb::BiodbPersistentCache$isWritable()
biodb::BiodbPersistentCache$listFiles()
biodb::BiodbPersistentCache$loadFileContent()
biodb::BiodbPersistentCache$markerExist()
biodb::BiodbPersistentCache$markerExists()
biodb::BiodbPersistentCache$moveFilesIntoCache()
biodb::BiodbPersistentCache$print()
biodb::BiodbPersistentCache$saveContentToFile()
biodb::BiodbPersistentCache$setMarker()
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)
deep
Whether to make a deep clone.
BiodbPersistentCache
,
BiodbBiocPersistentCache
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.