i'm working on webapp used multiple user @ same time (on same objects). i'm using spring , hibernate di , persistence. i'm considering adding ehcache family, learn more , how implement in existing system.
basic questions:
- how can i, using ehcache, 100% sure users newest version of entity?
- will ehcache benefit in system entities changed often?
- if benefit minor (lets 3% performance improvement), worth while it? - there other benefits, aside potential performance gains?
not looking code examples, word of advice , guidance people have tried implement ehcache in existing spring/hibernate application.
Comments
Post a Comment