Next >

 

Tutorial: Invalidating cache


This tutorial introduces different methods to perform cache invalidation. Upon completing this tutorial, you will list several different methods for invalidating the cache entries, and understand how to implement each of them.

 

Learning objectives

Having data correctly added to the cache is only the beginning of the story. Of equal, or greater, importance is how to invalidate and remove cached data from the cache. Dynacache provides different methods for performing cache invalidation. This tutorial covers several of them.

 

Time required

Expect this tutorial to take about 30 minutes to complete.

 

Audience

This tutorial is intended for WebSphere Commerce Administrators who will be responsible for invalidating the cache.

 

Prerequisites

To complete this tutorial, you need WAS v6 and WebSphere Commerce Version 6.0 with the ConsumerDirect store published. You will also need the Tutorial: Setting up the dynamic cache environment completed.

 

Expected results

In this tutorial, you learned to invalidate cache entries using the different techniques dynacache provides:

 

Lessons in this tutorial


Next >