Package cn.toint.oktool.service.impl
Class LocalCacheServiceImpl
java.lang.Object
cn.toint.oktool.service.impl.LocalCacheServiceImpl
- All Implemented Interfaces:
CacheService
本地缓存
- Author:
- Toint
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalCacheServiceImpl
public LocalCacheServiceImpl()
-
-
Method Details
-
put
Description copied from interface:CacheService设置缓存- Specified by:
putin interfaceCacheService- Parameters:
key- 缓存键, 不能为空value- 缓存值timeout- 缓存时间, 不能为空
-
get
Description copied from interface:CacheService获取缓存- Specified by:
getin interfaceCacheService- Parameters:
key- 缓存键
-