Allow to use specific cache implementations in Ehcache cache provider

Description

From the PR:

Depend on Ehcache interface instead of depending on one of the implementation (for example BlockingCache is not working in current version)
Current ehcache2 integration uses one of the implementation of Ehcache named net.sf.ehcache.Cache

But I am using BlockingCache from net.sf.ehcache.constructs.blocking package,
that extends EhcacheDecoratorAdapter and is an implementation of Ehcache,
but doesn't extend net.sf.ehcache.Cache

I think it's better approach depending on interfaces, not implementations

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created November 8, 2018 at 2:07 PM
Updated November 15, 2018 at 1:43 PM
Resolved November 8, 2018 at 2:28 PM