mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-24 16:51:34 +03:00
3df79308a9
* oncecache refinement * pprof |
||
---|---|---|
.. | ||
testdata | ||
cache.go | ||
db.go | ||
hrsystem_test.go | ||
hrsystem.go | ||
README.md | ||
stats.go |
hrsystem: oncecache example
hrsystem
contains a oncecache
example. It is a simple staff directory backed by a
pretend DB. It uses oncecache
to reduce DB calls.
One of the key things that hrsystem
demonstrates is cache entry propagation across a
composite cache.