Training Courses
Hazelcast for Caching
Summary
Hazelcast® for Caching introduces students to the Hazelcast APIs used to enable caching capabilities for applications. This course is designed for experienced Java developers with prior knowledge of caching products.
Description
In computing, cache is a component to the datasets which would either take a long time to calculate/process or originate from another underlying backend system (like database or webservice). Caching could be used to gain performance or decrease application latencies. Because of the in-memory nature of Hazelcast, caching is a very common use case for many applications. In this course, candidates will learn the Hazelcast APIs used to enable caching capabilities for your applications and the common caching topologies will be revealed. After this course, students will be able to build caching layer for Java applications using Hazelcast’s IMap, standard JavaCaching APIs (aka JCache) or use distributed Hibernate 2nd level cache.
Duration
8 hours
Objectives
Learn to build caching layer for Java applications using Hazelcast’s IMap, standard JavaCaching APIs (JCache) or use distributed Hibernate 2nd level cache.
Audience
This course is designed for experiences Java developers
Prerequisites
Prior knowledge of caching products like Memcached or Ehcache.