@Singleton public class TenantConfigCacheLoader extends BaseCacheLoader<java.lang.Long,PerTenantConfig>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TenantConfigCacheLoader.LoaderCallback |
| Constructor and Description |
|---|
TenantConfigCacheLoader(TenantInternalApi tenantApi) |
| Modifier and Type | Method and Description |
|---|---|
PerTenantConfig |
compute(java.lang.Long key,
CacheLoaderArgument cacheLoaderArgument) |
Cachable.CacheType |
getCacheType() |
@Inject public TenantConfigCacheLoader(TenantInternalApi tenantApi)
public Cachable.CacheType getCacheType()
getCacheType in class BaseCacheLoader<java.lang.Long,PerTenantConfig>public PerTenantConfig compute(java.lang.Long key, CacheLoaderArgument cacheLoaderArgument)
compute in class BaseCacheLoader<java.lang.Long,PerTenantConfig>Copyright © 2010-2020. All Rights Reserved.