Package org.qubership.atp.dataset.db
Class CacheRepository
java.lang.Object
org.qubership.atp.dataset.db.utils.IdentifiedCacheDelegate
org.qubership.atp.dataset.db.CacheRepository
- All Implemented Interfaces:
IdentifiedCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.qubership.atp.dataset.db.utils.IdentifiedCacheDelegate
clear, computeIfAbsent, getIfPresent, put, tryComputeIfAbsent
-
Field Details
-
DISABLED
-
-
Constructor Details
-
CacheRepository
public CacheRepository()
-
-
Method Details
-
getCache
- Specified by:
getCachein classIdentifiedCacheDelegate
-
isCacheEnabled
public boolean isCacheEnabled() -
enableCache
public void enableCache() -
disableCache
public void disableCache()
-