public interface StorageStrategy<T extends ValidateCodeDo>
static String
KEY_PREFIX
SPLIT_SYMBOL
String
createKey(javax.servlet.http.HttpServletRequest request, ValidateCodeType type)
void
delete(String key)
T
get(String key)
save(String key, T value, int expire)
static final String KEY_PREFIX
static final String SPLIT_SYMBOL
void save(String key, T value, int expire)
key
value
expire
T get(String key)
void delete(String key)
String createKey(javax.servlet.http.HttpServletRequest request, ValidateCodeType type)
request
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.