-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tiered caching] Introducing cache plugins and exposing Ehcache as one of the pluggable disk cache option #11874
[Tiered caching] Introducing cache plugins and exposing Ehcache as one of the pluggable disk cache option #11874
Commits on Jan 12, 2024
-
[Tiered caching] Integrating ehcache disk cache
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3afcb42 - Browse repository at this point
Copy the full SHA 3afcb42View commit details
Commits on Jan 16, 2024
-
Adding suppressForbidden for File.io used by ehcache
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 00f4545 - Browse repository at this point
Copy the full SHA 00f4545View commit details
Commits on Jan 22, 2024
-
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 30ad4e9 - Browse repository at this point
Copy the full SHA 30ad4e9View commit details -
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6bcf2f4 - Browse repository at this point
Copy the full SHA 6bcf2f4View commit details -
Merge branch 'main' into ehcache_disk_integ
Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c18a82 - Browse repository at this point
Copy the full SHA 6c18a82View commit details
Commits on Jan 25, 2024
-
Exposing ehcache disk cache variant as a plugin
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a5e5afd - Browse repository at this point
Copy the full SHA a5e5afdView commit details -
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c74992f - Browse repository at this point
Copy the full SHA c74992fView commit details -
Making ICache extend Closeable
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06386b0 - Browse repository at this point
Copy the full SHA 06386b0View commit details
Commits on Jan 29, 2024
-
Exposing plugin based settings and refactoring
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8d48951 - Browse repository at this point
Copy the full SHA 8d48951View commit details -
Fixing gradle failures for server subproject
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8bb9e58 - Browse repository at this point
Copy the full SHA 8bb9e58View commit details
Commits on Jan 30, 2024
-
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e846ab6 - Browse repository at this point
Copy the full SHA e846ab6View commit details -
Fixing cache-ehcache plugin javadov failures
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aa4069b - Browse repository at this point
Copy the full SHA aa4069bView commit details
Commits on Jan 31, 2024
-
Addressing comment and additional unit tests
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c2236c9 - Browse repository at this point
Copy the full SHA c2236c9View commit details -
Moving ehcache version info to the plugin
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 65ff2c2 - Browse repository at this point
Copy the full SHA 65ff2c2View commit details
Commits on Feb 14, 2024
-
Moving tieredCache to module and refactoring caches interface and lis…
…tener logic Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8f861ee - Browse repository at this point
Copy the full SHA 8f861eeView commit details -
Merge branch 'main' into ehcache_disk_integ
Signed-off-by: Sagar <99425694+sgup432@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 140c4ba - Browse repository at this point
Copy the full SHA 140c4baView commit details
Commits on Feb 23, 2024
-
Introducing CacheService to create caches
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7f20405 - Browse repository at this point
Copy the full SHA 7f20405View commit details -
Updating cache common build.gradle
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f625b51 - Browse repository at this point
Copy the full SHA f625b51View commit details
Commits on Feb 27, 2024
-
Making TieredCachePlugin constructor public
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2586fa1 - Browse repository at this point
Copy the full SHA 2586fa1View commit details -
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a2b374 - Browse repository at this point
Copy the full SHA 6a2b374View commit details
Commits on Feb 29, 2024
-
Removing unnecessary comments from Tiered cache test
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a8ea4c2 - Browse repository at this point
Copy the full SHA a8ea4c2View commit details -
Fixing ehcache test concurrentPut
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e6ae90e - Browse repository at this point
Copy the full SHA e6ae90eView commit details
Commits on Mar 1, 2024
-
Merge branch 'main' into ehcache_disk_integ
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e902526 - Browse repository at this point
Copy the full SHA e902526View commit details -
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b866ed2 - Browse repository at this point
Copy the full SHA b866ed2View commit details -
Fixing twice registration of same setting
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 081e269 - Browse repository at this point
Copy the full SHA 081e269View commit details