radanalyticsio / jiminy-predictor

a predictor service for a spark based recommendation app
Apache License 2.0
2 stars 4 forks source link

JDG/Infinispan cache store backend implementation #18

Closed ruivieira closed 6 years ago

ruivieira commented 6 years ago

Ability to use a JDG/Infinispan cache store by providing:

Upon loading a new model, a new Cache abstract method, invalidate, is called which empties the JDG cache store.

TODO: At the moment JDG REST security must be disabled.

ruivieira commented 6 years ago

@elmiko thanks for the comments! ptal at the error handling.

elmiko commented 6 years ago

lgtm, thanks @ruivieira !