LLVM 22.0.0git
llvm::cas::ActionCache Member List

This is the complete list of members for llvm::cas::ActionCache, including all inherited members.

ActionCache(const CASContext &Context)llvm::cas::ActionCacheinlineprotected
get(const CacheKey &ActionKey, bool CanBeDistributed=false) constllvm::cas::ActionCacheinline
getContext() constllvm::cas::ActionCacheinlineprotected
getImpl(ArrayRef< uint8_t > ResolvedKey, bool CanBeDistributed) const =0llvm::cas::ActionCacheprotectedpure virtual
put(const CacheKey &ActionKey, const CASID &Result, bool CanBeDistributed=false)llvm::cas::ActionCacheinline
putImpl(ArrayRef< uint8_t > ResolvedKey, const CASID &Result, bool CanBeDistributed)=0llvm::cas::ActionCacheprotectedpure virtual
~ActionCache()=defaultllvm::cas::ActionCachevirtual