Abstract class from which all other classes in rotor inherit their basic fields and methods.
dir
a character
scalar. path of the directory in which to store
the cache files
new()
DirectoryQueue$new(...)
push()
DirectoryQueue$push(x, ...)
prune()
DirectoryQueue$prune(x, ...)
set_dir()
DirectoryQueue$set_dir(x, create = TRUE)
This class is part of the R6 API of rotor which is
intended for developers that want to extend this package. For normal usage,
the simpler functional API is recommended (see rotate()
).
Other R6 Classes:
BackupQueueDateTime
,
BackupQueueDate
,
BackupQueueIndex
,
BackupQueue
,
Cache