public class GmoCacheManager extends Object
| Constructor and Description |
|---|
GmoCacheManager(BundleCache bundleCache,
DefinitionCache definitionCache,
DatabaseFetchStatsCache statsCache) |
GmoCacheManager(BundleCache bundleCache,
DefinitionCache definitionCache,
DatabaseFetchStatsCache statsCache,
MetadataCache metadataCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBundle(Bundle bundle) |
void |
addDefinition(String profile,
BundleDef def) |
void |
addMetadata(String profile,
BundleTableMetadataDto tableMetadata) |
Bundle |
getBundle(long id) |
Optional<BundleDef> |
getDefinition(String profile) |
DefinitionCache |
getDefinitionCache() |
void |
invalidateAll() |
void |
removeBundle(long id) |
public GmoCacheManager(BundleCache bundleCache, DefinitionCache definitionCache, DatabaseFetchStatsCache statsCache)
public GmoCacheManager(BundleCache bundleCache, DefinitionCache definitionCache, DatabaseFetchStatsCache statsCache, MetadataCache metadataCache)
public void invalidateAll()
public void addBundle(Bundle bundle)
public Bundle getBundle(long id)
public void removeBundle(long id)
public void addMetadata(String profile, BundleTableMetadataDto tableMetadata)
public DefinitionCache getDefinitionCache()
Copyright © 2021. All rights reserved.