summary refs log tree commit diff stats
path: root/svc/cache_test.go
Commit message (Collapse)AuthorAgeFilesLines
* license notice at top of each fileBen Morrison2019-07-111-0/+19
|
* changes related to registry-v0.3.0 v0.4.3Ben Morrison2019-06-181-1/+1
|
* updated cacheUpdate benchBen Morrison2019-06-131-1/+1
|
* temporarily disabling cacheUpdate testBen Morrison2019-06-121-0/+5
|
* more context to cacheUpdate test failureBen Morrison2019-06-121-1/+1
|
* cache.go tests finishedBen Morrison2019-06-111-8/+82
|
* updated cache benchmarksBen Morrison2019-06-111-0/+18
|
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ↵Ben Morrison2019-06-111-18/+10
| | | | ticker for intervals.
* cache and db now use time.Ticker for events. refactored some initialization.Ben Morrison2019-06-111-49/+5
|
* cache-related testsBen Morrison2019-06-091-0/+53
|
* fixed some import commentsBen Morrison2019-06-051-1/+1
|
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+32