Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a basic Hibernate 2LC caching implementation (local caching only) #464

Closed
Sanne opened this issue Jan 10, 2019 · 1 comment
Closed
Assignees
Milestone

Comments

@Sanne
Copy link
Member

Sanne commented Jan 10, 2019

Hibernate ORM is best used in combination with a 2LC.

Ideally we'll want to port the Infinispan cache to Protean, which supports also distributed caches and transactional modes - but that's a stretch for a first step.

So let's work with @galderz to have a local cache first, which incidentally allows for various special optimisations.

In a future step Galder's work might evolve to be a foundation for:

  1. fully distributed Infinispan Cache support
  2. local caching features exposed to other components, or even end user's code (JCache ?)
@Sanne
Copy link
Member Author

Sanne commented Feb 15, 2019

This is done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants