summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/cache
Commit message (Expand)AuthorAgeFilesLines
* Add support for binding CacheRemovalListenerKeunhong Park2012-08-022-0/+83
* Back in-memory caches with Guava, disk caches with H2Shawn O. Pearce2012-05-2411-371/+295
* Remove Cache.getTimeToLive methodShawn O. Pearce2012-02-013-23/+0
* Move Ehcache bindings into their own componentShawn O. Pearce2012-01-273-475/+0
* Refactor CachePool to permit other types of cachingShawn O. Pearce2012-01-275-640/+332
* Don't rely on Ehcache CacheConfiguration clone()Shawn O. Pearce2011-10-311-12/+9
* Add permission_sort cache to remember sort orderingsShawn O. Pearce2011-06-241-0/+54
* Fix more rawtype warningsShawn O. Pearce2011-05-191-0/+5
* Remove unnecessary warning suppressionNasser Grainawi2011-05-191-5/+0
* Downgrade Ehcache to 1.7.2Shawn O. Pearce2011-05-132-196/+25
* Bump dependencies to latest stable versionsAnatol Pomozov2011-01-052-25/+196
* Use Guice to construct the self populating cachesShawn O. Pearce2010-07-168-66/+126
* Inherit project permissions from more than just All Projectslincoln2010-04-231-0/+5
* init: Refactor init to be small parts created through GuiceShawn O. Pearce2009-12-171-15/+8
* Update Ehcache to 1.7.1Shawn O. Pearce2009-12-151-0/+8
* Use listeners to manage server startup/shutdownShawn O. Pearce2009-11-111-4/+22
* Rewrite our build as modular maven componentsShawn O. Pearce2009-11-1110-0/+1198