開發筆記1023

Cache cache = Redis.use();
cache.set("aa", "123");
String aa = cache.get("aa");

jFinal自帶的cache與redis使用  通常將信息存在緩存中 其餘地方經過緩存獲取redis

相關文章
相關標籤/搜索