com.google.inject.internal

Class FailableCache<K,V>



  • public abstract class FailableCache<K,V>
    extends Object
    Lazily creates (and caches) values for keys. If creating the value fails (with errors), an exception is thrown on retrieval.
    Author:
    jessewilson@google.com (Jesse Wilson)

Copyright © 2006–2020 Google, Inc.. All rights reserved.