Commit Graph

13 Commits

Author SHA1 Message Date
Jeff Mitchell
98168dc791 Sync over 2017-10-23 16:43:07 -04:00
Chris Hoffman
c3083ab7b3 splitting cache into transactional and non-transactional cache structs (#3132) 2017-08-08 20:47:14 -04:00
Jeff Mitchell
99a74e323d Use locks in a slice rather than a map, which is faster and makes things cleaner (#2446) 2017-03-07 11:21:32 -05:00
Jeff Mitchell
c2bd662386 Switch physical cache map index value to md5 from sha1 for all the performances 2017-03-06 13:11:14 -05:00
Jeff Mitchell
daf2dd6995 Make cache not actually cache values under core/ (#2439) 2017-03-03 16:04:31 -05:00
Jeff Mitchell
8f6c23a131 Final rep porting (#2392) 2017-02-17 09:15:35 -05:00
Jeff Mitchell
1811269949 Fix cache default size and docs 2016-11-01 10:24:35 -04:00
Jeff Mitchell
8980f8d2fa Don't cache physical responses when thre was an error (#2040) 2016-10-28 12:55:56 -04:00
Jeff Mitchell
d40277a18f Plumb through the ability to set the storage read cache size. (#1784)
Plumb through the ability to set the storage read cache size.

Fixes #1772
2016-08-26 10:27:06 -04:00
Jeff Mitchell
1706d90da2 Replace physical cache with TwoQueue instead of LRU. 2016-01-07 09:21:33 -05:00
Armon Dadgar
8321a63f7d physical: fix negative cache issue for core keys 2015-04-15 13:48:49 -07:00
Armon Dadgar
37832e5ca1 physical: rename cache 2015-04-14 11:03:18 -07:00
Armon Dadgar
df46478977 physical: Adding simple LRU write-through cache 2015-04-14 11:00:51 -07:00