|
|
| CacheImpl (const Settings &_settings) |
|
void | upsert (const Key &key, const Attrs &value) override |
|
std::optional< Attrs > | lookup (const Key &key) override |
|
std::optional< Attrs > | lookupWithTTL (const Key &key) override |
|
std::optional< Result > | lookupExpired (const Key &key) override |
|
void | upsert (Key key, Store &store, Attrs value, const StorePath &storePath) override |
|
std::optional< ResultWithStorePath > | lookupStorePath (Key key, Store &store) override |
|
std::optional< ResultWithStorePath > | lookupStorePathWithTTL (Key key, Store &store) override |
◆ settings
| const Settings& nix::fetchers::CacheImpl::settings |
This is a back-reference to the Settings that owns us.
The documentation for this struct was generated from the following file:
- /builddir/build/BUILD/nix-2.34.6-build/nix-2.34.6/src/libfetchers/cache.cc