Nix 2.29.1
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::fetchers::InputCacheImpl Struct Reference
Inheritance diagram for nix::fetchers::InputCacheImpl:

Public Member Functions

std::optional< CachedInput > lookup (const Input &originalInput) const override
 
void upsert (Input key, CachedInput cachedInput) override
 
void clear () override
 

Public Attributes

Sync< std::map< Input, CachedInput > > cache_
 

The documentation for this struct was generated from the following file: