cmc__load_primary_rds {pkgcache} | R Documentation |
Load the metadata from the primary cache's RDS file
Description
If it exists and current, then the replica RDS is updated to it as well, and the data is returned. Otherwise throws an error.
Usage
cmc__load_primary_rds(self, private, max_age)
Arguments
self |
Self. |
private |
Private self. |
max_age |
Maximum age allowed for the RDS file to be considered as current. |
Value
Metadata.
[Package pkgcache version 2.2.4 Index]