summary refs log tree commit diff stats
path: root/svc/cache.go
Commit message (Expand)AuthorAgeFilesLines
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker...Ben Morrison2019-06-111-3/+0
* cache and db now use time.Ticker for events. refactored some initialization.Ben Morrison2019-06-111-25/+15
* explicit init of static assets and test template init were removed: redundantBen Morrison2019-06-091-27/+0
* init staticAssets explicitly on startupBen Morrison2019-06-091-0/+36
* sqlite functionality addedBen Morrison2019-06-081-8/+4
* cleaned up error handlingBen Morrison2019-06-081-22/+8
* database refs and static assets concurrency-safeBen Morrison2019-06-081-0/+7
* moved type declarations into respective filesBen Morrison2019-06-081-0/+16
* renamed functionsBen Morrison2019-06-061-19/+4
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+130
> 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