Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
bestcode
/
AutoLoadCache
Public
forked from
qiujiayu/AutoLoadCache
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
AutoLoadCache
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 17, 2018
6.8-SNAPSHOT发布,表达式增加target, Ognl 表达式支持纯字符串
qiujiayu
committed
3aecaac
View commit details
Copy full SHA for 3aecaac
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
在表达式中增加target
qiujiayu
committed
927bbbb
View commit details
Copy full SHA for 927bbbb
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
优化
qiujiayu
committed
3b35683
View commit details
Copy full SHA for 3b35683
View code at this point
Browse repository at this point
Commits on Nov 10, 2017
对expireExpression增加说明
qiujiayu
committed
759325f
View commit details
Copy full SHA for 759325f
View code at this point
Browse repository at this point
Commits on Nov 6, 2017
优化代码,6.7版本发布
qiujiayu
committed
109b1fe
View commit details
Copy full SHA for 109b1fe
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
reset dataloader
qiujiayu
committed
3ffa902
View commit details
Copy full SHA for 3ffa902
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
按规约修改部分代码
qiujiayu
committed
eb78b52
View commit details
Copy full SHA for eb78b52
View code at this point
Browse repository at this point
Commits on Oct 13, 2017
fix
qiujiayu
committed
b105a8c
View commit details
Copy full SHA for b105a8c
View code at this point
Browse repository at this point
代码优化
qiujiayu
committed
08e29a8
View commit details
Copy full SHA for 08e29a8
View code at this point
Browse repository at this point
Commits on Sep 27, 2017
优化ICacheManager, 删除不必要的方法
qiujiayu
committed
8574906
View commit details
Copy full SHA for 8574906
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
在事务中默认从数据源加载数据,调整日志格式
qiujiayu
committed
0fc9648
View commit details
Copy full SHA for 0fc9648
View code at this point
Browse repository at this point
Commits on Aug 28, 2017
fix
qiujiayu
committed
6f12fc4
View commit details
Copy full SHA for 6f12fc4
View code at this point
Browse repository at this point
Commits on Jul 24, 2017
优化redis分布式锁
qiujiayu
committed
df7d806
View commit details
Copy full SHA for df7d806
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
fix
qiujiayu
committed
4ad0755
View commit details
Copy full SHA for 4ad0755
View code at this point
Browse repository at this point
增加CacheOpType.LOAD,类型。并通过三种方式获取CacheOpType.1. Cache注解中获取;2.
Show description for 34faf57
qiujiayu
committed
34faf57
View commit details
Copy full SHA for 34faf57
View code at this point
Browse repository at this point
增加DeleteCacheTransactionalAopProxyChain 6.3版本发布
qiujiayu
committed
d454a19
View commit details
Copy full SHA for d454a19
View code at this point
Browse repository at this point
Commits on Jul 13, 2017
小优化
qiujiayu
committed
ec78ee3
View commit details
Copy full SHA for ec78ee3
View code at this point
Browse repository at this point
Commits on Jul 4, 2017
CacheHandler 不再继承ICacheManager接口,方便实现spring boot starter自动注入;6.2版本发布
邱家榆
committed
4934b54
View commit details
Copy full SHA for 4934b54
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
修改异常信息提示语。
邱家榆
committed
70d71da
View commit details
Copy full SHA for 70d71da
View code at this point
Browse repository at this point
writeOnly时增加 factory.returnObject(dataLoader)
邱家榆
committed
c905d03
View commit details
Copy full SHA for c905d03
View code at this point
Browse repository at this point
Commits on Jun 27, 2017
修改注释错误
邱家榆
committed
d5690ca
View commit details
Copy full SHA for d5690ca
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
fix
邱家榆
committed
5400240
View commit details
Copy full SHA for 5400240
View code at this point
Browse repository at this point
删除缓存时,抛出异常,让事务回滚。
邱家榆
committed
1046d09
View commit details
Copy full SHA for 1046d09
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
@Cache中增加argumentsDeepcloneEnable。
邱家榆
committed
48a6c71
View commit details
Copy full SHA for 48a6c71
View code at this point
Browse repository at this point
Commits on Jun 10, 2017
ChangeListener.update增加newVal参数
邱家榆
committed
eeaf0d0
View commit details
Copy full SHA for eeaf0d0
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
javadoc
邱家榆
committed
07021c6
View commit details
Copy full SHA for 07021c6
View code at this point
Browse repository at this point
解决 JDK8下maven使用maven-javadoc-plugin插件报错
邱家榆
committed
b93b24f
View commit details
Copy full SHA for b93b24f
View code at this point
Browse repository at this point
更新文档,6.0版本发布
邱家榆
committed
845c848
View commit details
Copy full SHA for 845c848
View code at this point
Browse repository at this point
Commits on May 24, 2017
jackson 配置,参考spring
zhangpeng@qlteacher.com
committed
04405bb
View commit details
Copy full SHA for 04405bb
View code at this point
Browse repository at this point
Commits on May 23, 2017
优化本地缓存的使用
邱家榆
committed
66a29d0
View commit details
Copy full SHA for 66a29d0
View code at this point
Browse repository at this point
Commits on May 19, 2017
增加ChangeLister和LocalCacheWrapper
邱家榆
committed
10c24dd
View commit details
Copy full SHA for 10c24dd
View code at this point
Browse repository at this point
优化使用本地缓存时的细节问题。
邱家榆
committed
cdd9349
View commit details
Copy full SHA for cdd9349
View code at this point
Browse repository at this point
增加本地缓存的支持,优化代码结构(注意:不向下兼容,修改缓存管理类的命名,调整了配置参数的位置),删除web管理页面功能。
邱家榆
committed
d1ae6f2
View commit details
Copy full SHA for d1ae6f2
View code at this point
Browse repository at this point
Commits on May 16, 2017
hashExpireByScript get set方法
邱家榆
committed
1f27d2f
View commit details
Copy full SHA for 1f27d2f
View code at this point
Browse repository at this point
Commits on May 5, 2017
判断@CacheDeleteTransactional是否加在嵌套函数中使用。
邱家榆
committed
a5505c0
View commit details
Copy full SHA for a5505c0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.