Class CacheServiceImpl
java.lang.Object
com.skava.subscription.service.impl.CacheServiceImpl
- All Implemented Interfaces:
CacheService
class CacheServiceImpl
CacheService class.
- Version:
- 8.4.0
- Author:
- Infosys Equinox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REDISCACHE
- See Also:
-
-
Constructor Details
-
CacheServiceImpl
public CacheServiceImpl()
-
-
Method Details
-
getCache
method getCache
getCache.
- Specified by:
getCache
in interfaceCacheService
- Parameters:
cacheName
- aString
object.- Returns:
- a
Object
object.
-
deleteCache
method deleteCache
deleteCache.
- Specified by:
deleteCache
in interfaceCacheService
- Parameters:
cacheName
- aString
object.- Returns:
- a
Object
object.
-