aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/cache/object.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing/cache: change FIFO to LRU cacheSantiago M. Mola2017-07-271-73/+0
|
* plumbing/cache: use more explicit interfaceSantiago M. Mola2017-07-271-6/+11
| | | | | | * renamed Add to Put * Get returns a second bool value to indicate if there was hit or miss.
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* plumbing/cache: specify units in memory size (Fix #234)Antonio Jesus Navarro Perez2017-02-271-6/+6
|
* cache: move package to plumbingAntonio Jesus Navarro Perez2017-02-211-0/+68
Because cache package is only intended to be used at internal level, we move it to the plumbing package.