#include <compilation_cache.h>
template<typename CC > 
  
  
      
        
          | void tc::Cache< CC >::dumpCacheToProtobuf  | 
          ( | 
          const std::string &  | 
          filename | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
template<typename CC > 
  
  
      
        
          | std::shared_ptr< CC > tc::Cache< CC >::getCache  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
template<typename CC > 
  
  
      
        
          | void tc::Cache< CC >::loadCacheFromProtobuf  | 
          ( | 
          const std::string &  | 
          filename | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
template<typename CC > 
template<typename Protobuf > 
  
  
      
        
          | void tc::Cache< CC >::loadCacheFromProtobuf  | 
          ( | 
          const Protobuf &  | 
          buf | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
template<typename CC> 
  
  
      
        
          | int tc::Cache< CC >::numberAttemptedRetrievals = 0 | 
         
       
   | 
  
mutable   | 
  
 
 
template<typename CC> 
  
  
      
        
          | int tc::Cache< CC >::numberSuccessfulRetrievals = 0 | 
         
       
   | 
  
mutable   | 
  
 
 
The documentation for this class was generated from the following files: