buck-http-cache
buck-http-cache copied to clipboard
An Implementation of Buck's HTTP Cache API as a distributed cache service. This project is deprecated and not maintained.
Where does buck cache server store the actual cache? Also, can I configure the path? I'm looking at running 2 cache servers (on different ports) on the same machine. The...
Hi, We have just implement this app in our CI environment and it seems to be working quiet well. Is there any option to enable persistence storage so that the...
We're trying to run the `buck-http-cache` as a cluster with 3 nodes (deployed via Kubernetes). However, it quickly (often within ~1 hour) reaches a bad state where requests repeatedly throw...
Right now the Dockerfile doesn't create the image. It starts the server and the image doesn't get created. This PR fixes the problem.
This is a follow up to #4 since the solution proposed there isn't ideal for us. Our keys are generally small and the values are big which matches `OFFHEAP_VALUES` best...