This is the complete list of members for nix::fetchers::Cache, including all inherited members.
Domain typedef | nix::fetchers::Cache | |
Key typedef | nix::fetchers::Cache | |
lookup(const Key &key)=0 | nix::fetchers::Cache | pure virtual |
lookupExpired(const Key &key)=0 | nix::fetchers::Cache | pure virtual |
lookupStorePath(Key key, Store &store)=0 | nix::fetchers::Cache | pure virtual |
lookupStorePathWithTTL(Key key, Store &store)=0 | nix::fetchers::Cache | pure virtual |
lookupWithTTL(const Key &key)=0 | nix::fetchers::Cache | pure virtual |
upsert(const Key &key, const Attrs &value)=0 | nix::fetchers::Cache | pure virtual |
upsert(Key key, Store &store, Attrs value, const StorePath &storePath)=0 | nix::fetchers::Cache | pure virtual |
~Cache() (defined in nix::fetchers::Cache) | nix::fetchers::Cache | inlinevirtual |