3/27/2017 8:26:32 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/27/2017 8:18:13 AM
to enable off-heap, disk or clustered caching.
See https://github.com/killbill/killbill/issues/587.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
3/16/2017 6:30:38 PM
SimplePlanDescriptor when modifying catalog version. See #722
|
3/22/2017 4:23:02 AM
on the JCache (aka JSR-107) specification,
except for Shiro which is Ehcache specific.
Main user-facing changes:
* cache metrics are now prefixed with jcache.statistics instead of net.sf.ehcache.Cache
* new ehcache.xml syntax (see http://www.ehcache.org/documentation/3.3/xml.html)
See https://github.com/killbill/killbill/issues/587.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/21/2017 8:03:19 AM
exist in Ehcache 3 anymore.
See https://github.com/killbill/killbill/issues/587.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/21/2017 6:51:54 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/21/2017 5:47:28 AM
operations on Ehcache 3 require the user to pass the expected
classes for both the key and the value.
To simplify the upgrade, do the same for our cache abstraction layer.
As part of this work, a bug was discovered in DefaultAccountApiBase:
the account id (UUID) was used to populate the ImmutableAccountData cache while
the account record id (Long) was expected instead. As a result, we probably
have a high miss rate on the ImmutableAccountData cache today.
See https://github.com/killbill/killbill/issues/587.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|