JetCache is a Java caching framework that provides a unified interface for managing application data. It functions as a two-level cache manager, coordinating local in-memory storage and remote distributed caches to reduce network latency and improve retrieval speeds. The project is distinguished by its declarative caching library, which uses annotations to automate the storage, expiration, and invalidation of method results. It includes a distributed cache synchronizer to maintain consistency by invalidating local entries across cluster instances and a distributed locking tool to coordinate a
As of December 2022, Asana is no longer using bazels3cache internally. See the Bazel documentation for potential alternatives.
This repository hosts a remote caching and execution system, compatible with the build systems Bazel, buck2, pants, and more.
BuildBuddy is an open source Bazel build event viewer, result store, and remote cache.