Community contributed extensions

Hazelcast [hazelcast] module

This module is for the Play 1.x series only.

This module is a dropin replacement for EhCacheImpl or MemcachedImpl from Play. It allow your application to have a clustered cache when you can’t install a memcached server on your platform. It’s also a great free open source In-Memory Data Grid.

https://github.com/marcuspocus/hazelcast

Written by Marc Deschamps.

Published releases

0.6 May 22 2012 Documentation Try Play
0.5 Apr 09 2012 Documentation Try Play
0.4 Nov 13 2011 Documentation Try Play
0.3 Sep 07 2011 Documentation Try Play
0.2.3 Jul 12 2011 Documentation Try Play
0.2.2 Jun 02 2011 Documentation Try Play
0.2.1 May 30 2011 Documentation Try Play
0.2 May 29 2011 Documentation Try Play
0.1 May 22 2011 Documentation Try Play

To install locally this module use the install command:

play install hazelcast-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> hazelcast {version}