public final class CacheManager extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanCache(MdrClient mdrClient)
Cleans the cache of a specific MDR Client.
|
static com.google.common.cache.LoadingCache<CacheKey,String> |
getCache(MdrClient mdrClient)
Static factory method to obtain a cache instance.
|
public static com.google.common.cache.LoadingCache<CacheKey,String> getCache(MdrClient mdrClient)
mdrClient - MDR Client instance, to be reused (with path and proxy settings already
loaded).public static void cleanCache(MdrClient mdrClient)
mdrClient - the MDR Client for which the cache will be cleaned.Copyright © 2022 Samply Community. All rights reserved.