- Cache<K,V> - Interface in com.nytimes.android.external.cache
-
- CacheBuilder<K,V> - Class in com.nytimes.android.external.cache
-
- CacheLoader<K,V> - Class in com.nytimes.android.external.cache
-
- CacheLoader() - Constructor for class com.nytimes.android.external.cache.CacheLoader
-
Constructor for use by subclasses.
- CacheLoader.InvalidCacheLoadException - Exception in com.nytimes.android.external.cache
-
Thrown to indicate that an invalid response was returned from a call to
CacheLoader.
- CacheLoader.UnsupportedLoadingOperationException - Exception in com.nytimes.android.external.cache
-
Exception thrown by loadAll() to indicate that it is not supported.
- cancel(boolean) - Method in class com.nytimes.android.external.cache.AbstractFuture
- checkArgument(boolean) - Static method in class com.nytimes.android.external.cache.Preconditions
-
- checkArgument(boolean, Object) - Static method in class com.nytimes.android.external.cache.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - Static method in class com.nytimes.android.external.cache.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkNotNull(T) - Static method in class com.nytimes.android.external.cache.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String) - Static method in class com.nytimes.android.external.cache.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkState(boolean) - Static method in class com.nytimes.android.external.cache.Preconditions
-
- checkState(boolean, Object) - Static method in class com.nytimes.android.external.cache.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object...) - Static method in class com.nytimes.android.external.cache.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- cleanUp() - Method in interface com.nytimes.android.external.cache.Cache
-
Performs any pending maintenance operations needed by the cache.
- cleanUp() - Method in class com.nytimes.android.external.cache.ForwardingCache
-
- com.nytimes.android.external.cache - package com.nytimes.android.external.cache
-
- computeNext(T) - Method in class com.nytimes.android.external.cache.AbstractSequentialIterator
-
Returns the element that follows previous, or returns null
if no elements remain.
- concurrencyLevel(int) - Method in class com.nytimes.android.external.cache.CacheBuilder
-
Guides the allowed concurrency among update operations.
- create(K, V, RemovalCause) - Static method in class com.nytimes.android.external.cache.RemovalNotification
-
Creates a new RemovalNotification for the given key/value pair, with
the given cause for the removal.
- create() - Static method in class com.nytimes.android.external.cache.SettableFuture
-
Creates a new SettableFuture in the default state.
- createStarted() - Static method in class com.nytimes.android.external.cache.Stopwatch
-
Creates (and starts) a new stopwatch using System.nanoTime()
as its time source.
- createUnstarted() - Static method in class com.nytimes.android.external.cache.Stopwatch
-
Creates (but does not start) a new stopwatch using System.nanoTime()
as its time source.