buildgrid.server.actioncache.caches.redis_cache module

class buildgrid.server.actioncache.caches.redis_cache.RedisActionCache(storage: StorageABC, redis: RedisProvider, allow_updates: bool = True, cache_failed_actions: bool = True, entry_type: ActionCacheEntryType | None = ActionCacheEntryType.ACTION_RESULT_DIGEST, migrate_entries: bool | None = False)

Bases: ActionCacheABC

get_action_result(action_digest: Digest) ActionResult
update_action_result(action_digest: Digest, action_result: ActionResult) None