Ehcache

How to integrate Ehcache with Scala

Reading Time: 2 minutes Ehcache is a widely used open source Java distributed cache for general purpose caching, Java EE and light-weight containers. Ehcache was originally developed by Greg Luck, starting in 2003.In 2009, the project was purchased by Terracotta, who provides paid support. For integrating Ehcache in scala steps are : 1) First we need to Download BigMemory GO from http://terracotta.org/downloads/bigmemorygo. 2) Once it is downloaded we will Continue Reading