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

Public Types

using Config = LocalBinaryCacheStoreConfig
 

Public Member Functions

 LocalBinaryCacheStore (ref< Config > config)
 
void init () override
 
std::string getUri () override
 

Public Attributes

ref< Config > config
 

Protected Member Functions

bool fileExists (const std::string &path) override
 
void upsertFile (const std::string &path, std::shared_ptr< std::basic_iostream< char > > istream, const std::string &mimeType) override
 
void getFile (const std::string &path, Sink &sink) override
 
StorePathSet queryAllValidPaths () override
 
std::optional< TrustedFlag > isTrustedClient () override
 

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