Class CacheModule
java.lang.Object
com.erudika.para.server.cache.CacheModule
The default cache module.
- Author:
- Alex Bogdanovski [[email protected]]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.erudika.para.core.cache.CachegetCache()Returns the cache implementation.
-
Constructor Details
-
CacheModule
public CacheModule()No-args constructor.
-
-
Method Details
-
getCache
@Bean public com.erudika.para.core.cache.Cache getCache()Returns the cache implementation.- Returns:
- the cache
-