Google Guice - Core Library 4.0.0.redhat-1
- java.lang.Object
-
- com.google.inject.internal.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.
- Author:
- jessewilson@google.com (Jesse Wilson)
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FailableCache
public FailableCache()
Google Guice - Core Library 4.0.0.redhat-1
Copyright © 2006-2018 Google, Inc.. All Rights Reserved.