Interface MiaCacheService
- All Known Implementing Classes:
MiaCacheServiceHazelCast,MiaCacheServiceNoHazelCast
public interface MiaCacheService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cache.CacheManagerMandatory.default voidclearConfigurationCache(UUID projectId) Clear project configuration cache by projectId.default voidclearEnvironmentsCache(org.springframework.cache.CacheManager cacheManager, UUID projectId) Clear environments cache.
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
cacheManager
org.springframework.cache.CacheManager cacheManager()Mandatory.- Returns:
- hazelcast cache manager
-
clearEnvironmentsCache
default void clearEnvironmentsCache(org.springframework.cache.CacheManager cacheManager, UUID projectId) Clear environments cache. -
clearConfigurationCache
Clear project configuration cache by projectId.- Parameters:
projectId- projectId
-