Move comment

This commit is contained in:
Eelco Dolstra 2023-11-14 13:58:27 +01:00
parent 25cf8f1071
commit 4329bdf6a3

View file

@ -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.