Class AuthStorageDefaultServiceImpl
java.lang.Object
cn.sinozg.applet.common.service.impl.AuthStorageDefaultServiceImpl
- All Implemented Interfaces:
AuthStorageService
@Service
@ConditionalOnSingleCandidate(AuthStorageService.class)
public class AuthStorageDefaultServiceImpl
extends Object
implements AuthStorageService
- Since:
- 2025-07-18 12:14
- Author:
- xieyubin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteObject(String key) void<T> TgetCacheObject(String key) longobjExpireTime(String key) voidsetCacheObject(String key, Object value, long timeout)
-
Constructor Details
-
AuthStorageDefaultServiceImpl
public AuthStorageDefaultServiceImpl()
-
-
Method Details
-
getCacheObject
- Specified by:
getCacheObjectin interfaceAuthStorageService
-
setCacheObject
- Specified by:
setCacheObjectin interfaceAuthStorageService
-
deleteObject
- Specified by:
deleteObjectin interfaceAuthStorageService
-
objExpireTime
- Specified by:
objExpireTimein interfaceAuthStorageService
-
expire
- Specified by:
expirein interfaceAuthStorageService
-
keys
- Specified by:
keysin interfaceAuthStorageService
-