Nix 2.29.1
Nix, the purely functional package manager; unstable internal interfaces
 
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: