Index

B C E G I L P R 
All Classes and Interfaces|All Packages

B

build(long) - Static method in class ca.uhn.fhir.sl.cache.CacheFactory
 
build(long, long) - Static method in class ca.uhn.fhir.sl.cache.CacheFactory
 
build(long, long, CacheLoader<K, V>) - Static method in class ca.uhn.fhir.sl.cache.CacheFactory
 
build(long, CacheLoader<K, V>) - Static method in class ca.uhn.fhir.sl.cache.CacheFactory
 

C

ca.uhn.fhir.sl.cache - package ca.uhn.fhir.sl.cache
 
Cache<K,V> - Interface in ca.uhn.fhir.sl.cache
This interface is a blend between Caffeine's Cache and Guava's Cache.
CacheFactory - Class in ca.uhn.fhir.sl.cache
 
CacheFactory() - Constructor for class ca.uhn.fhir.sl.cache.CacheFactory
 
CacheLoader<K,V> - Interface in ca.uhn.fhir.sl.cache
 
CacheProvider<K,V> - Interface in ca.uhn.fhir.sl.cache
 
cleanUp() - Method in interface ca.uhn.fhir.sl.cache.Cache
 
create(long) - Method in interface ca.uhn.fhir.sl.cache.CacheProvider
 
create(long, long) - Method in interface ca.uhn.fhir.sl.cache.CacheProvider
 
create(long, long, CacheLoader<K, V>) - Method in interface ca.uhn.fhir.sl.cache.CacheProvider
 
create(long, CacheLoader<K, V>) - Method in interface ca.uhn.fhir.sl.cache.CacheProvider
 

E

estimatedSize() - Method in interface ca.uhn.fhir.sl.cache.Cache
 

G

get(K) - Method in interface ca.uhn.fhir.sl.cache.LoadingCache
 
get(K, Function<? super K, ? extends V>) - Method in interface ca.uhn.fhir.sl.cache.Cache
 
getAll(Iterable<? extends K>) - Method in interface ca.uhn.fhir.sl.cache.LoadingCache
 
getAllPresent(Iterable<? extends K>) - Method in interface ca.uhn.fhir.sl.cache.Cache
 
getIfPresent(K) - Method in interface ca.uhn.fhir.sl.cache.Cache
 

I

invalidate(K) - Method in interface ca.uhn.fhir.sl.cache.Cache
 
invalidateAll() - Method in interface ca.uhn.fhir.sl.cache.Cache
 
invalidateAll(Iterable<? extends K>) - Method in interface ca.uhn.fhir.sl.cache.Cache
 

L

load(K) - Method in interface ca.uhn.fhir.sl.cache.CacheLoader
 
LoadingCache<K,V> - Interface in ca.uhn.fhir.sl.cache
This interface is a blend between Caffeine's LoadingCache and Guava's LoadingCache.

P

put(K, V) - Method in interface ca.uhn.fhir.sl.cache.Cache
 
putAll(Map<? extends K, ? extends V>) - Method in interface ca.uhn.fhir.sl.cache.Cache
 

R

refresh(K) - Method in interface ca.uhn.fhir.sl.cache.LoadingCache
 
B C E G I L P R 
All Classes and Interfaces|All Packages