summary refs log tree commit diff stats
path: root/svc/cache_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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 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
9' href='#n119'>119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199