aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.h
Commit message (Expand)AuthorAgeFilesLines
* clang-formatStefan Boberg2022-02-021-7/+7
* Implemented support for storing compressed buffers as values in structured ca...Stefan Boberg2022-01-251-4/+10
* Changed timestamp to atomic int64.Per Larsson2022-01-031-7/+36
* Fixed "incomplete type" error.Martin Ridgers2021-12-151-1/+120
* Merged main.Per Larsson2021-12-141-1/+1
|\
| * Merged mainMartin Ridgers2021-11-121-3/+3
| |\
| * | CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilderMartin Ridgers2021-11-021-2/+2
| * | Merged mainMartin Ridgers2021-11-011-1/+85
| |\ \
| * | | CacheBucket is going to get defined else where in an upcoming mergeMartin Ridgers2021-11-011-3/+1
| * | | Merged mainMartin Ridgers2021-11-011-3/+4
| |\ \ \
| * | | | Gave ZenCacheDiskLayer::CacheBucket a bodyMartin Ridgers2021-10-291-1/+3
| * | | | Use THIRDPARTY_START/END instead of MSVC pragmasMartin Ridgers2021-10-291-3/+2
* | | | | Refactored z$ GC.Per Larsson2021-12-131-6/+19
* | | | | Added size to GcStorage.Per Larsson2021-12-101-16/+10
* | | | | Disabled cache tracker.Per Larsson2021-12-091-5/+10
* | | | | First pass of z$ garbage collection.Per Larsson2021-12-071-1/+4
* | | | | Added support for time based eviction policy in structured cache.Per Larsson2021-12-071-5/+2
* | | | | Added z$ memory/disk layer size.Per Larsson2021-11-291-13/+26
* | | | | explicitly delete some unnecessary class members to ensure proper usageStefan Boberg2021-11-181-0/+9
* | | | | Fixed up some merge falloutStefan Boberg2021-11-181-83/+2
* | | | | merge from mainStefan Boberg2021-11-181-1/+84
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Format fix.Per Larsson2021-11-111-3/+3
| | |_|/ | |/| |
| * | | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .hMartin Ridgers2021-11-011-1/+85
| | |/ | |/|
* | | z$: basic access trackingStefan Boberg2021-11-031-6/+8
* | | Merged from mainStefan Boberg2021-10-291-1/+3
|\| |
| * | z$: hooked up bucket traversal for gcStefan Boberg2021-10-291-3/+4
| |/
* | general: Fixed up some vcxproj files which had a warning level setStefan Boberg2021-10-241-3/+2
* | gc: Added GcStorage base class and hooked it up to CasGcStefan Boberg2021-10-211-4/+4
* | cas: Hooked up GC to structured cacheStefan Boberg2021-10-191-11/+15
|/
* Merged from upstreamStefan Boberg2021-10-051-2/+29
* cas: added some GC stubsStefan Boberg2021-10-011-14/+3
* Added scrubbing logic to ZenCacheDiskLayer/ZenCacheMemoryLayerStefan Boberg2021-09-231-0/+1
* Wired up scrubbing to more higher level servicesStefan Boberg2021-09-211-0/+1
* Added more scrub stubs in higher level servicesStefan Boberg2021-09-201-0/+3
* Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-20/+20
* Implemented support for dropping z$ buckets while onlineStefan Boberg2021-08-171-1/+3
* Implemented flush operations for cache servicesStefan Boberg2021-08-121-0/+1
* Z$ now tracks content type for large objects as well as small. Large objects ...Stefan Boberg2021-05-241-2/+2
* Implemented new URI addressing scheme for the Zen cache endpoints, and prepar...Stefan Boberg2021-05-231-2/+3
* Changed to tsl::robin_mapStefan Boberg2021-05-231-2/+9
* Split out structured cache store code into dedicated cpp/h pairStefan Boberg2021-05-221-0/+117