Class CacheClearServiceImpl
java.lang.Object
com.skava.subscription.service.impl.CacheClearServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CacheClearRequestInternal,
,org.springframework.http.HttpStatus> CacheClearService
class CacheClearServiceImpl
CacheService class.
- Version:
- 8.4.0
- Author:
- Infosys Equinox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
org.springframework.http.HttpStatus
process
(CacheClearRequestInternal request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Field Details
-
REDISCACHE
- See Also:
-
-
Constructor Details
-
CacheClearServiceImpl
public CacheClearServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CacheClearRequestInternal,
org.springframework.http.HttpStatus>
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CacheClearRequestInternal,
org.springframework.http.HttpStatus>
-