public class DefaultAccessTokenCache extends Object implements IAccessTokenCache
IJPay 让支付触手可及,封装了微信支付、支付宝支付、银联支付等常用的支付方式以及各种常用的接口。
不依赖任何第三方 mvc 框架,仅仅作为工具使用简单快速完成支付模块的开发,可轻松嵌入到任何系统里。
IJPay 交流群: 723992875
Node.js 版: https://gitee.com/javen205/TNWX
AccessTokenCache 默认缓存实现,默认存储与内存中
Constructor and Description |
---|
DefaultAccessTokenCache() |
Modifier and Type | Method and Description |
---|---|
String |
get(String key) |
void |
remove(String key) |
void |
set(String key,
String jsonValue) |
public String get(String key)
get
in interface IAccessTokenCache
public void set(String key, String jsonValue)
set
in interface IAccessTokenCache
public void remove(String key)
remove
in interface IAccessTokenCache
Copyright © 2022. All rights reserved.