| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | separate RPC processing from HTTP processing (#626) | Stefan Boberg | 2023-12-20 | 1 | -1/+1 |
| | | | | | | | * moved all RPC processing from HttpStructuredCacheService into separate CacheRpcHandler class in zenstore * move package marshaling to zenutil. was previously in zenhttp/httpshared but it's useful in other contexts as well where we don't want to depend on zenhttp * introduced UpstreamCacheClient, this provides a subset of functions on UpstreamCache and lives in zenstore | ||||
| * | move cachedisklayer and structuredcachestore into zenstore (#624) | Stefan Boberg | 2023-12-19 | 1 | -0/+2440 |