user729344
user729344

Reputation: 859

Using Ehcache API in Hibernate

Using Ehcache API How can we write our own data cache in Hibernate?

Upvotes: 0

Views: 302

Answers (1)

duffymo
duffymo

Reputation: 308763

This is really two questions:

  1. Can I write my own data cache? Of course, but it's hard to see why. How will yours be different or better than EhCache?
  2. How can I wire my own data cache into Hibernate? Sorry, I don't know. I'd use EhCache or Terracotta or something else that exists.

Upvotes: 1

Related Questions