![JAR search and dependency download from the Maven repository](/logo.png)
javadoc.com.google.common.cache.class-use.LoadingCache.html Maven / Gradle / Ivy
The newest version!
Uses of Interface com.google.common.cache.LoadingCache (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Interface
com.google.common.cache.LoadingCache
Packages that use LoadingCache
com.google.common.cache
This package contains caching utilities.
Uses of LoadingCache in com.google.common.cache
Classes in com.google.common.cache that implement LoadingCache
class
AbstractLoadingCache<K,V>
This class provides a skeletal implementation of the Cache
interface to minimize the
effort required to implement this interface.
class
ForwardingLoadingCache<K,V>
A cache which forwards all its method calls to another cache.
static class
ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>
A simplified version of ForwardingLoadingCache
where subclasses can pass in an already
constructed LoadingCache
as the delegete.
Methods in com.google.common.cache that return LoadingCache
<K1 extends K,V1 extends V>
LoadingCache<K1,V1>
CacheBuilder.build(CacheLoader<? super K1,V1> loader)
Builds a cache, which either returns an already-loaded value for a given key or atomically
computes or retrieves it using the supplied CacheLoader
.
protected abstract LoadingCache<K,V>
ForwardingLoadingCache.delegate()
protected LoadingCache<K,V>
ForwardingLoadingCache.SimpleForwardingLoadingCache.delegate()
Constructors in com.google.common.cache with parameters of type LoadingCache
ForwardingLoadingCache.SimpleForwardingLoadingCache(LoadingCache<K,V> delegate)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy