Package com.atlan.samples.loaders.caches
Class TermCache
- java.lang.Object
-
- com.atlan.samples.loaders.caches.AssetCache
-
- com.atlan.samples.loaders.caches.TermCache
-
public class TermCache extends AssetCache
-
-
Constructor Summary
Constructors Constructor Description TermCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.atlan.model.assets.Asset
lookupAsset(java.lang.String identity)
Actually go to Atlan and find the asset with the provided identity.-
Methods inherited from class com.atlan.samples.loaders.caches.AssetCache
containsKey, get, put
-
-
-
-
Method Detail
-
lookupAsset
protected com.atlan.model.assets.Asset lookupAsset(java.lang.String identity)
Actually go to Atlan and find the asset with the provided identity.- Specified by:
lookupAsset
in classAssetCache
- Parameters:
identity
- of the asset to lookup- Returns:
- the asset, from Atlan itself
-
-