Package org.localify.common.config
Class CacheConfig
java.lang.Object
org.localify.common.config.CacheConfig
Configuration for caching.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cache.CacheManagerConfigures the cache manager.
-
Constructor Details
-
CacheConfig
public CacheConfig()
-
-
Method Details
-
cacheManager
@Bean public org.springframework.cache.CacheManager cacheManager()Configures the cache manager.- Returns:
- The configured cache manager.
-