Source: libswarmcache-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: cdbs, debhelper (>= 7), maven-repo-helper Build-Depends-Indep: ant, default-jdk, libcommons-collections3-java, libcommons-logging-java, libjgroups-java (>= 2.12.2.Final) Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libswarmcache-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libswarmcache-java Homepage: http://swarmcache.sourceforge.net Package: libswarmcache-java Architecture: all Depends: libcommons-collections3-java, libcommons-logging-java, libjgroups-java (>= 2.12.2.Final), ${misc:Depends} Description: SwarmCache - Distributed caching mechanism for Java SwarmCache is a simple but effective distributed cache. It uses IP multicast to efficiently communicate with any number of hosts on a LAN. It is specifically designed for use by clustered, database-driven web applications. Such applications typically have many more read operations than write operations, which allows SwarmCache to deliver the greatest performance gains. SwarmCache uses JavaGroups internally to manage the membership and communications of its distributed cache.