JavaMoney / jsr354-ri

JSR 354 - Moneta: Reference Implementation
Other
334 stars 100 forks source link

Fix Resource Caching based on ECB findings #391

Closed keilw closed 7 months ago

keilw commented 1 year ago

While #374 is fixed, the caching still gets a binary chunk for ECB-HIST.

The cache can be ignored by setting cacheTTLMillis to 0, then it's always discarded, but at a certain performance penalty.

It should be possible to also rewrite the caching mechanism to avoid encoding issues.

keilw commented 7 months ago

Fixed with #400