summary refs log tree commit diff stats
path: root/svc/cache_test.go
Commit message (Expand)AuthorAgeFilesLines
* updated cache benchmarksBen Morrison2019-06-111-0/+18
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker...Ben Morrison2019-06-111-18/+10
* 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
0' href='#n80'>80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115