TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hibernate Cache Is Fundamentally Broken

2 pointsby trzmielover 13 years ago

1 comment

matan_aover 13 years ago
Interesting post. While I used distributed 2LC using Ehcache many moons ago, I never actually encountered this problem. I guess I was lucky.<p>Eventually though, I realized that using a caching mechanism tied to the ORM wasn't the best idea for me. Since then I've been using memcached more liberally, but I've also avoided classical ORMs in general...