aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/cache/object_lru.go
Commit message (Expand)AuthorAgeFilesLines
* Cache should hold objects the same size as MaxSizeJavi Fontan2018-01-161-1/+1
* Modify cache to delete more than one item to free spaceJavi Fontan2018-01-161-5/+1
* Enforce the use of cache in packfile decoderJavi Fontan2017-12-201-0/+5
* fix race condition on ObjectLRUMiguel Molina2017-08-111-0/+11
* plumbing/cache: change FIFO to LRU cacheSantiago M. Mola2017-07-271-0/+84