Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix potential LRU cache size issue. | kuba-- | 2018-09-17 | 1 | -0/+19 |
| | | | | Signed-off-by: kuba-- <kuba@sourced.tech> | ||||
* | Test eviction of more than one object | Javi Fontan | 2018-01-16 | 1 | -0/+20 |
| | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | Exercise NewObjectLRUDefault in testing | Javi Fontan | 2017-12-20 | 1 | -41/+60 |
| | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | fix race condition on ObjectLRU | Miguel Molina | 2017-08-11 | 1 | -0/+28 |
| | | | | Signed-off-by: Miguel Molina <miguel@erizocosmi.co> | ||||
* | plumbing/cache: change FIFO to LRU cache | Santiago M. Mola | 2017-07-27 | 1 | -17/+9 |
| | |||||
* | plumbing/cache: use more explicit interface | Santiago M. Mola | 2017-07-27 | 1 | -11/+19 |
| | | | | | | * 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.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -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 Perez | 2017-02-27 | 1 | -9/+12 |
| | |||||
* | cache: move package to plumbing | Antonio Jesus Navarro Perez | 2017-02-21 | 1 | -0/+85 |
Because cache package is only intended to be used at internal level, we move it to the plumbing package. |