Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::fetchers::Cache Struct Referenceabstract
Inheritance diagram for nix::fetchers::Cache:
[legend]

Classes

struct  LookupResult
 

Public Member Functions

virtual void add (ref< Store > store, const Attrs &inAttrs, const Attrs &infoAttrs, const StorePath &storePath, bool locked)=0
 
virtual kj::Promise< Result< std::optional< std::pair< Attrs, StorePath > > > > lookup (ref< Store > store, const Attrs &inAttrs)=0
 
virtual kj::Promise< Result< std::optional< LookupResult > > > lookupExpired (ref< Store > store, const Attrs &inAttrs)=0
 

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