Nix
2.31.5
Nix, the purely functional package manager; unstable internal interfaces
Toggle main menu visibility
Loading...
Searching...
No Matches
nix::fetchers::CacheImpl Struct Reference
Inheritance diagram for nix::fetchers::CacheImpl:
Classes
struct
State
Public Member Functions
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
Public Attributes
Sync<
State
>
_state
The documentation for this struct was generated from the following file:
/home/buildozer/aports/community/nix/src/nix-2.31.5/src/libfetchers/
cache.cc
nix
fetchers
CacheImpl
Generated by
1.17.0