Eh cache in Kaunas JUG

Kaunas Java User Group
Kaunas Java User GroupSenior Java Software Engineer at Kaunas Java User Group
EhCache
To Cache Or Not To Cache?
Kaunas JUG
Saulius Tvarijonas · saulius.tvarijonas@gmail.com
Wiki
● Ehcache is a widely used open source Java distributed
cache for general purpose caching, Java EE and light-
weight containers
● Ehcache was originally developed by Greg Luck,
starting in 2003. In 2009, the project was purchased by
Terracotta
Will an Application Benefit from Caching?
Will an Application Benefit from Caching?
● Speeding up CPU-bound Applications
● Speeding up I/O-bound Applications
● Increased Application Scalability
Scaling
Topologies
● Standalone
● Distributed
● Replicated
Storage Options
● MemoryStore
● Off-HeapStore
● DiskStore
Cache Usage Patterns
● cache-aside (or direct manipulation)
● cache-as-sor (a combination of read-through and write-x patterns)
● read-through
● write-through
● write-behind (or write-back)
● copy-cache
Cache Sizing
● Bytes (maxBytesLocalHeap=”30M”)
● Count (maxEntriesLocalHeap)
● Percentage (maxBytesLocalHeap="40%")
Eviction
● Time To Live
● Time To Idle
● Eternal
● Pinning
● Overflow
● memoryStoreEvictionPolicy
Cache Persistence
<cache>
<persistence strategy=”localRestartable|localTempSwap|none|distributed”
synchronousWrites=”false|true”/>
</cache>
Search
Replication
Replication ● RMI, JGroups, JMS
● Serialization of key at least required
● Automatic Peer Discovery (Multicast)
● Bootstrap
● Sync and ASync
● Puts, Updates, Removals,
UpdatesViaCopy
WAN Replication
BigMemory Max
BigMemory Max
● Persistent Application State
● High Availability
● Fast Restartability
● Scalability
● Search
Products
JSR 107 Java Caching Standard
● javax.cache.Cache
● Java 6 required
● Included in Java 7 EE
Web Console
Web Console
● Real Time Statistics
● Live Configuration Updates
● Cache enable/disable/clear
● Charts
Test Storage Results
Type Total time
(Concurrent)HashMap 11ms
MemoryStore 39ms
Off-HeapStore 5800ms
DiskStore 11300ms
● Cache with 1k elements
● Element size 500 bytes
● Measuring getFromCache time (100k times)
EhCache 3.0
● Standard API JSR 107
● Generics, Java 8 ready
● Java 6 compatible
● Better configuration
Competitors
● Hazelcast
● Memcached
● Oracle Coherence
● Infinispan
● GemFire
● GridGain
Java Forever
Thank
You!
1 of 25

Recommended

Ehcache Architecture, Features And Usage Patterns by
Ehcache Architecture, Features And Usage PatternsEhcache Architecture, Features And Usage Patterns
Ehcache Architecture, Features And Usage PatternsEduardo Pelegri-Llopart
8.2K views33 slides
Ehcache3 — JSR-107 on steroids by
Ehcache3 — JSR-107 on steroidsEhcache3 — JSR-107 on steroids
Ehcache3 — JSR-107 on steroidsAlex Snaps
510 views29 slides
Overview of the ehcache by
Overview of the ehcacheOverview of the ehcache
Overview of the ehcacheHyeonSeok Choi
5.4K views31 slides
Advanced caching techniques with ehcache, big memory, terracotta, and coldfusion by
Advanced caching techniques with ehcache, big memory, terracotta, and coldfusionAdvanced caching techniques with ehcache, big memory, terracotta, and coldfusion
Advanced caching techniques with ehcache, big memory, terracotta, and coldfusionColdFusionConference
4.5K views44 slides
Building low latency java applications with ehcache by
Building low latency java applications with ehcacheBuilding low latency java applications with ehcache
Building low latency java applications with ehcacheChris Westin
4.2K views41 slides
Caching for J2ee Enterprise Applications by
Caching for J2ee Enterprise ApplicationsCaching for J2ee Enterprise Applications
Caching for J2ee Enterprise ApplicationsDebajani Mohanty
5.7K views34 slides

More Related Content

What's hot

Postgres on OpenStack by
Postgres on OpenStackPostgres on OpenStack
Postgres on OpenStackEDB
5.5K views45 slides
PostgreSQL Query Cache - "pqc" by
PostgreSQL Query Cache - "pqc"PostgreSQL Query Cache - "pqc"
PostgreSQL Query Cache - "pqc"Uptime Technologies LLC
12.9K views16 slides
Tuning and optimizing webcenter spaces application white paper by
Tuning and optimizing webcenter spaces application white paperTuning and optimizing webcenter spaces application white paper
Tuning and optimizing webcenter spaces application white paperVinay Kumar
1.6K views12 slides
Postgres Plus Cloud Database on OpenStack by
Postgres Plus Cloud Database on OpenStackPostgres Plus Cloud Database on OpenStack
Postgres Plus Cloud Database on OpenStackKamesh Pemmaraju
2.7K views16 slides
PostgreSQL Hangout Parameter Tuning by
PostgreSQL Hangout Parameter TuningPostgreSQL Hangout Parameter Tuning
PostgreSQL Hangout Parameter TuningAshnikbiz
2.5K views16 slides
MySQL :What's New #GIDS16 by
MySQL :What's New #GIDS16MySQL :What's New #GIDS16
MySQL :What's New #GIDS16Sanjay Manwani
402 views32 slides

What's hot(20)

Postgres on OpenStack by EDB
Postgres on OpenStackPostgres on OpenStack
Postgres on OpenStack
EDB5.5K views
Tuning and optimizing webcenter spaces application white paper by Vinay Kumar
Tuning and optimizing webcenter spaces application white paperTuning and optimizing webcenter spaces application white paper
Tuning and optimizing webcenter spaces application white paper
Vinay Kumar1.6K views
Postgres Plus Cloud Database on OpenStack by Kamesh Pemmaraju
Postgres Plus Cloud Database on OpenStackPostgres Plus Cloud Database on OpenStack
Postgres Plus Cloud Database on OpenStack
Kamesh Pemmaraju2.7K views
PostgreSQL Hangout Parameter Tuning by Ashnikbiz
PostgreSQL Hangout Parameter TuningPostgreSQL Hangout Parameter Tuning
PostgreSQL Hangout Parameter Tuning
Ashnikbiz2.5K views
MySQL Enterprise Backup & Oracle Secure Backup by Sanjay Manwani
MySQL Enterprise Backup &  Oracle Secure BackupMySQL Enterprise Backup &  Oracle Secure Backup
MySQL Enterprise Backup & Oracle Secure Backup
Sanjay Manwani3.2K views
Is There Anything PgBouncer Can’t Do? by EDB
Is There Anything PgBouncer Can’t Do?Is There Anything PgBouncer Can’t Do?
Is There Anything PgBouncer Can’t Do?
EDB245 views
Weblogic performance tuning1 by Aditya Bhuyan
Weblogic performance tuning1Weblogic performance tuning1
Weblogic performance tuning1
Aditya Bhuyan312 views
77739818 troubleshooting-web-logic-103 by shashank_ibm
77739818 troubleshooting-web-logic-10377739818 troubleshooting-web-logic-103
77739818 troubleshooting-web-logic-103
shashank_ibm4.7K views
Performance Tuning Oracle Weblogic Server 12c by Ajith Narayanan
Performance Tuning Oracle Weblogic Server 12cPerformance Tuning Oracle Weblogic Server 12c
Performance Tuning Oracle Weblogic Server 12c
Ajith Narayanan7.5K views
What's New in PostgreSQL 9.3 by EDB
What's New in PostgreSQL 9.3What's New in PostgreSQL 9.3
What's New in PostgreSQL 9.3
EDB5.3K views
Meb Backup & Recovery Performance by Keith Hollman
Meb Backup & Recovery PerformanceMeb Backup & Recovery Performance
Meb Backup & Recovery Performance
Keith Hollman897 views
MySQL Backup and Security Best Practices by Lenz Grimmer
MySQL Backup and Security Best PracticesMySQL Backup and Security Best Practices
MySQL Backup and Security Best Practices
Lenz Grimmer6.4K views
Give Your Site a Boost with Memcache by Ben Ramsey
Give Your Site a Boost with MemcacheGive Your Site a Boost with Memcache
Give Your Site a Boost with Memcache
Ben Ramsey2.5K views
MySQL Enterprise Backup: PITR Partial Online Recovery by Keith Hollman
MySQL Enterprise Backup: PITR Partial Online RecoveryMySQL Enterprise Backup: PITR Partial Online Recovery
MySQL Enterprise Backup: PITR Partial Online Recovery
Keith Hollman1.1K views
Jug Lugano - Scale over the limits by Davide Carnevali
Jug Lugano - Scale over the limitsJug Lugano - Scale over the limits
Jug Lugano - Scale over the limits
Davide Carnevali1.1K views

Viewers also liked

Real Terracotta by
Real TerracottaReal Terracotta
Real TerracottaSergio Bossa
1.6K views33 slides
Memcache and Drupal - Vaibhav Jain by
Memcache and Drupal - Vaibhav JainMemcache and Drupal - Vaibhav Jain
Memcache and Drupal - Vaibhav JainDrupal Camp Delhi
1.5K views17 slides
Memcache by
MemcacheMemcache
Memcachepriyank09
973 views11 slides
Refreshing mule cache using oracle database change notification by
Refreshing mule cache using oracle database change notificationRefreshing mule cache using oracle database change notification
Refreshing mule cache using oracle database change notificationPriyobroto Ghosh (Mule ESB Certified)
999 views36 slides
Building High Scalability Apps With Terracotta by
Building High Scalability Apps With TerracottaBuilding High Scalability Apps With Terracotta
Building High Scalability Apps With TerracottaDavid Reines
2.5K views21 slides
The new ehcache 2.0 and hibernate spi by
The new ehcache 2.0 and hibernate spiThe new ehcache 2.0 and hibernate spi
The new ehcache 2.0 and hibernate spiCyril Lakech
2.1K views55 slides

Viewers also liked(12)

Memcache by priyank09
MemcacheMemcache
Memcache
priyank09973 views
Building High Scalability Apps With Terracotta by David Reines
Building High Scalability Apps With TerracottaBuilding High Scalability Apps With Terracotta
Building High Scalability Apps With Terracotta
David Reines2.5K views
The new ehcache 2.0 and hibernate spi by Cyril Lakech
The new ehcache 2.0 and hibernate spiThe new ehcache 2.0 and hibernate spi
The new ehcache 2.0 and hibernate spi
Cyril Lakech2.1K views
Architectural Terracotta History, Composition, Failure, Anchoring, Repair and... by Patrick J. Morrissey
Architectural Terracotta History, Composition, Failure, Anchoring, Repair and...Architectural Terracotta History, Composition, Failure, Anchoring, Repair and...
Architectural Terracotta History, Composition, Failure, Anchoring, Repair and...
SAP for Beginners by Jainul Musani
SAP for BeginnersSAP for Beginners
SAP for Beginners
Jainul Musani216.2K views
Basics of SAP for noobs (dummies) by vins049
Basics of SAP for noobs (dummies)Basics of SAP for noobs (dummies)
Basics of SAP for noobs (dummies)
vins049157.4K views

Similar to Eh cache in Kaunas JUG

Distributed caching with java JCache by
Distributed caching with java JCacheDistributed caching with java JCache
Distributed caching with java JCacheKasun Gajasinghe
2.6K views36 slides
Heapoff memory wtf by
Heapoff memory wtfHeapoff memory wtf
Heapoff memory wtfOlivier Lamy
2.1K views24 slides
OSOM - Open source catching solutions by
OSOM - Open source catching solutionsOSOM - Open source catching solutions
OSOM - Open source catching solutionsMarcela Oniga
312 views7 slides
Quick introduction to Java Garbage Collector (JVM GC) by
Quick introduction to Java Garbage Collector (JVM GC)Quick introduction to Java Garbage Collector (JVM GC)
Quick introduction to Java Garbage Collector (JVM GC)Marcos García
2.2K views14 slides
Caching principles-solutions by
Caching principles-solutionsCaching principles-solutions
Caching principles-solutionspmanvi
1.4K views26 slides
Caching and JCache with Greg Luck 18.02.16 by
Caching and JCache with Greg Luck 18.02.16Caching and JCache with Greg Luck 18.02.16
Caching and JCache with Greg Luck 18.02.16Comsysto Reply GmbH
391 views46 slides

Similar to Eh cache in Kaunas JUG(20)

Distributed caching with java JCache by Kasun Gajasinghe
Distributed caching with java JCacheDistributed caching with java JCache
Distributed caching with java JCache
Kasun Gajasinghe2.6K views
Heapoff memory wtf by Olivier Lamy
Heapoff memory wtfHeapoff memory wtf
Heapoff memory wtf
Olivier Lamy2.1K views
OSOM - Open source catching solutions by Marcela Oniga
OSOM - Open source catching solutionsOSOM - Open source catching solutions
OSOM - Open source catching solutions
Marcela Oniga312 views
Quick introduction to Java Garbage Collector (JVM GC) by Marcos García
Quick introduction to Java Garbage Collector (JVM GC)Quick introduction to Java Garbage Collector (JVM GC)
Quick introduction to Java Garbage Collector (JVM GC)
Marcos García2.2K views
Caching principles-solutions by pmanvi
Caching principles-solutionsCaching principles-solutions
Caching principles-solutions
pmanvi1.4K views
Introduction to Memory Contexts by Chris Travers
Introduction to Memory ContextsIntroduction to Memory Contexts
Introduction to Memory Contexts
Chris Travers229 views
IMC Summit 2016 Breakout - Greg Luck - How to Speed Up Your Application Using... by In-Memory Computing Summit
IMC Summit 2016 Breakout - Greg Luck - How to Speed Up Your Application Using...IMC Summit 2016 Breakout - Greg Luck - How to Speed Up Your Application Using...
IMC Summit 2016 Breakout - Greg Luck - How to Speed Up Your Application Using...
Cache in API Gateway by GilWon Oh
Cache in API GatewayCache in API Gateway
Cache in API Gateway
GilWon Oh2K views
Remote DBA team-1Z0-042 Oracle Sga In Nutshell Oracle Dba Learn By Presentation by Remote DBA Services
Remote DBA team-1Z0-042 Oracle Sga In Nutshell Oracle Dba Learn By PresentationRemote DBA team-1Z0-042 Oracle Sga In Nutshell Oracle Dba Learn By Presentation
Remote DBA team-1Z0-042 Oracle Sga In Nutshell Oracle Dba Learn By Presentation
Remote DBA Services1.4K views
Java and cgroups eng by Ralf Ernst
Java and cgroups engJava and cgroups eng
Java and cgroups eng
Ralf Ernst393 views
Oracle database smart flash cache by Johan Louwers
Oracle database smart flash cacheOracle database smart flash cache
Oracle database smart flash cache
Johan Louwers2.5K views
Scale ColdFusion with Terracotta Distributed Caching for Ehchache by ColdFusionConference
Scale ColdFusion with Terracotta Distributed Caching for EhchacheScale ColdFusion with Terracotta Distributed Caching for Ehchache
Scale ColdFusion with Terracotta Distributed Caching for Ehchache
From cache to in-memory data grid. Introduction to Hazelcast. by Taras Matyashovsky
From cache to in-memory data grid. Introduction to Hazelcast.From cache to in-memory data grid. Introduction to Hazelcast.
From cache to in-memory data grid. Introduction to Hazelcast.
Taras Matyashovsky42.6K views
JSR107 State of the Union JavaOne 2013 by Hazelcast
JSR107  State of the Union JavaOne 2013JSR107  State of the Union JavaOne 2013
JSR107 State of the Union JavaOne 2013
Hazelcast458 views

More from Kaunas Java User Group

Smart House Based on Raspberry PI + Java EE by Tadas Brasas by
Smart House Based on Raspberry PI + Java EE by Tadas BrasasSmart House Based on Raspberry PI + Java EE by Tadas Brasas
Smart House Based on Raspberry PI + Java EE by Tadas BrasasKaunas Java User Group
469 views19 slides
Presentation by
PresentationPresentation
PresentationKaunas Java User Group
614 views12 slides
Automated infrastructure by
Automated infrastructureAutomated infrastructure
Automated infrastructureKaunas Java User Group
785 views34 slides
Adf presentation by
Adf presentationAdf presentation
Adf presentationKaunas Java User Group
1.4K views1 slide
Bye Bye Cowboy Coder Days! (Legacy Code & TDD) by
Bye Bye Cowboy Coder Days! (Legacy Code & TDD)Bye Bye Cowboy Coder Days! (Legacy Code & TDD)
Bye Bye Cowboy Coder Days! (Legacy Code & TDD)Kaunas Java User Group
1.3K views34 slides
Building with Gradle by
Building with GradleBuilding with Gradle
Building with GradleKaunas Java User Group
1.7K views17 slides

More from Kaunas Java User Group(13)

Recently uploaded

.NET Deserialization Attacks by
.NET Deserialization Attacks.NET Deserialization Attacks
.NET Deserialization AttacksDharmalingam Ganesan
5 views50 slides
How Workforce Management Software Empowers SMEs | TraQSuite by
How Workforce Management Software Empowers SMEs | TraQSuiteHow Workforce Management Software Empowers SMEs | TraQSuite
How Workforce Management Software Empowers SMEs | TraQSuiteTraQSuite
6 views3 slides
tecnologia18.docx by
tecnologia18.docxtecnologia18.docx
tecnologia18.docxnosi6702
5 views5 slides
AI and Ml presentation .pptx by
AI and Ml presentation .pptxAI and Ml presentation .pptx
AI and Ml presentation .pptxFayazAli87
14 views15 slides
nintendo_64.pptx by
nintendo_64.pptxnintendo_64.pptx
nintendo_64.pptxpaiga02016
6 views7 slides
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium... by
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...Lisi Hocke
35 views124 slides

Recently uploaded(20)

How Workforce Management Software Empowers SMEs | TraQSuite by TraQSuite
How Workforce Management Software Empowers SMEs | TraQSuiteHow Workforce Management Software Empowers SMEs | TraQSuite
How Workforce Management Software Empowers SMEs | TraQSuite
TraQSuite6 views
tecnologia18.docx by nosi6702
tecnologia18.docxtecnologia18.docx
tecnologia18.docx
nosi67025 views
AI and Ml presentation .pptx by FayazAli87
AI and Ml presentation .pptxAI and Ml presentation .pptx
AI and Ml presentation .pptx
FayazAli8714 views
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium... by Lisi Hocke
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...
Lisi Hocke35 views
ADDO_2022_CICID_Tom_Halpin.pdf by TomHalpin9
ADDO_2022_CICID_Tom_Halpin.pdfADDO_2022_CICID_Tom_Halpin.pdf
ADDO_2022_CICID_Tom_Halpin.pdf
TomHalpin95 views
aATP - New Correlation Confirmation Feature.pptx by EsatEsenek1
aATP - New Correlation Confirmation Feature.pptxaATP - New Correlation Confirmation Feature.pptx
aATP - New Correlation Confirmation Feature.pptx
EsatEsenek1146 views
Airline Booking Software by SharmiMehta
Airline Booking SoftwareAirline Booking Software
Airline Booking Software
SharmiMehta9 views
Unlocking the Power of AI in Product Management - A Comprehensive Guide for P... by NimaTorabi2
Unlocking the Power of AI in Product Management - A Comprehensive Guide for P...Unlocking the Power of AI in Product Management - A Comprehensive Guide for P...
Unlocking the Power of AI in Product Management - A Comprehensive Guide for P...
NimaTorabi216 views
DRYiCE™ iAutomate: AI-enhanced Intelligent Runbook Automation by HCLSoftware
DRYiCE™ iAutomate: AI-enhanced Intelligent Runbook AutomationDRYiCE™ iAutomate: AI-enhanced Intelligent Runbook Automation
DRYiCE™ iAutomate: AI-enhanced Intelligent Runbook Automation
HCLSoftware6 views
Automated Testing of Microsoft Power BI Reports by RTTS
Automated Testing of Microsoft Power BI ReportsAutomated Testing of Microsoft Power BI Reports
Automated Testing of Microsoft Power BI Reports
RTTS8 views
Bootstrapping vs Venture Capital.pptx by Zeljko Svedic
Bootstrapping vs Venture Capital.pptxBootstrapping vs Venture Capital.pptx
Bootstrapping vs Venture Capital.pptx
Zeljko Svedic15 views
Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated... by TomHalpin9
Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated...Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated...
Dev-HRE-Ops - Addressing the _Last Mile DevOps Challenge_ in Highly Regulated...
TomHalpin96 views
JioEngage_Presentation.pptx by admin125455
JioEngage_Presentation.pptxJioEngage_Presentation.pptx
JioEngage_Presentation.pptx
admin1254558 views
360 graden fabriek by info33492
360 graden fabriek360 graden fabriek
360 graden fabriek
info33492162 views
Navigating container technology for enhanced security by Niklas Saari by Metosin Oy
Navigating container technology for enhanced security by Niklas SaariNavigating container technology for enhanced security by Niklas Saari
Navigating container technology for enhanced security by Niklas Saari
Metosin Oy14 views
Understanding HTML terminology by artembondar5
Understanding HTML terminologyUnderstanding HTML terminology
Understanding HTML terminology
artembondar57 views

Eh cache in Kaunas JUG