Class FailableCache<K,​V>


  • public abstract class FailableCache<K,​V>
    extends java.lang.Object
    Lazily creates (and caches) values for keys. If creating the value fails (with errors), an exception is thrown on retrieval.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.google.common.cache.LoadingCache<K,​java.lang.Object> delegate  
    • Constructor Summary

      Constructors 
      Constructor Description
      FailableCache()