mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Move comment
This commit is contained in:
parent
25cf8f1071
commit
4329bdf6a3
1 changed files with 4 additions and 3 deletions
|
@ -6,13 +6,14 @@
|
|||
|
||||
namespace nix::fetchers {
|
||||
|
||||
/*
|
||||
* A cache for arbitrary `Attrs` -> `Attrs` mappings with a timestamp
|
||||
* for expiration.
|
||||
*/
|
||||
struct Cache
|
||||
{
|
||||
virtual ~Cache() { }
|
||||
|
||||
/* A cache for arbitrary Attrs -> Attrs mappings with a timestamp
|
||||
for expiration. */
|
||||
|
||||
/*
|
||||
* Add a value to the cache. The cache is an arbitrary mapping of
|
||||
* Attrs to Attrs.
|
||||
|
|
Loading…
Reference in a new issue