
org.gaixie.cache.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cache Show documentation
Show all versions of cache Show documentation
Lightweight cache library.
The newest version!
/**
* 提供缓存相关的类,通过缓存机制来减少数据库的访问,提高运行效率。
*
* 这是一个轻巧,完整,高效的 Cache 实现,可以直接通过
* {@link org.gaixie.cache.DefaultCache} 使用,也可以自己写一个
* {@link org.gaixie.cache.Cache} 接口的实现。
*
*/
package org.gaixie.cache;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy