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

Ehcache - ein Caching-Framework #11

Open
SteffenSeidler opened this issue Apr 10, 2014 · 0 comments
Open

Ehcache - ein Caching-Framework #11

SteffenSeidler opened this issue Apr 10, 2014 · 0 comments

Comments

@SteffenSeidler
Copy link

Ehcache ist ein mächtiges Framework, um Daten innerhalb einer Anwendung zu cachen.

Nun könnte man meinen, dass eine ConcurrentHashMap als Cache hinreichend ist. Allerdings bietet Ehcache neben einer Concurrency-fähigen Datenablage Vieles mehr.
Dazu zählen die Disk- und Memory-Storage, Persistierung auf das Dateisystem zum Reload bei Neustarts, Expiry-Policies, Eviction Policies und sogar eine Verteilbarkeit auf mehrere Knoten.

Mit der Replizierung auf mehrere Knoten haben wir allerdings keine Erfahrung gesammelt, da wir für diesen Use-Case das Framework Hazelcast einsetzen.

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

No branches or pull requests

1 participant