hugo/cache/filecache
Bjørn Erik Pedersen 51f08b0b6a Revise the use of htime.Since/htime.Now
We cannot (also, it doesn't add any value)  use that when the `clock` is set,

* To measure time (before that global is set)
* To compare file timestamps re cache eviction

Fixes #9868
2022-05-09 14:18:40 +02:00
..
filecache.go Revise the use of htime.Since/htime.Now 2022-05-09 14:18:40 +02:00
filecache_config.go Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
filecache_config_test.go
filecache_pruner.go Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
filecache_pruner_test.go
filecache_test.go