Add Ehcache implementation of the cache provider
commitad280bf047ac22b887caff1dbcc087427cb73b20
authorImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 1 Jan 2009 14:05:57 +0000 (1 20:05 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Thu, 1 Jan 2009 14:05:57 +0000 (1 20:05 +0600)
tree972a77b9824ec77312aeccaba52071a3999783df
parentca129820e4cf49680c20dc475e54456d660adc8c
Add Ehcache implementation of the cache provider

Ehcache is the default cache service provider for which the
implementation is provided by this change. Its initialization will be
left for later for when the test cases will be implemented for then.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-abstract-dao/pom.xml
smart-abstract-dao/src/main/java/com/smartitengineering/dao/common/cache/CacheServiceProvider.java
smart-abstract-dao/src/main/java/com/smartitengineering/dao/common/cache/impl/ehcache/EhcacheCacheServiceProviderImpl.java [new file with mode: 0644]