Nix 2.29.1
Nix, the purely functional package manager; unstable internal interfaces
|
This is the complete list of members for nix::fetchers::CacheImpl, including all inherited members.
_state (defined in nix::fetchers::CacheImpl) | nix::fetchers::CacheImpl | |
CacheImpl() (defined in nix::fetchers::CacheImpl) | nix::fetchers::CacheImpl | inline |
lookup(const Key &key) override (defined in nix::fetchers::CacheImpl) | nix::fetchers::CacheImpl | inline |
lookupExpired(const Key &key) override (defined in nix::fetchers::CacheImpl) | nix::fetchers::CacheImpl | inline |
lookupStorePath(Key key, Store &store) override (defined in nix::fetchers::CacheImpl) | nix::fetchers::CacheImpl | inline |
lookupStorePathWithTTL(Key key, Store &store) override (defined in nix::fetchers::CacheImpl) | nix::fetchers::CacheImpl | inline |
lookupWithTTL(const Key &key) override (defined in nix::fetchers::CacheImpl) | nix::fetchers::CacheImpl | inline |
upsert(const Key &key, const Attrs &value) override (defined in nix::fetchers::CacheImpl) | nix::fetchers::CacheImpl | inline |
upsert(Key key, Store &store, Attrs value, const StorePath &storePath) override (defined in nix::fetchers::CacheImpl) | nix::fetchers::CacheImpl | inline |