Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

pivotal/cloud-cache-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Repo with Updated Examples and Guides

Please note that we have updated the examples and guides for Tanzu GemFire (previously known as Pivotal Cloud Cache).

The new repo can be found here: https://github.com/gemfire/spring-for-gemfire-examples

The updated developer guides can be found here: https://gemfire.dev/

Cloud Cache Examples (Now outdated - please note above)

This repo contains examples of apps that demonstrate the use of Pivotal Cloud Cache and can be used with the Cloud Cache Developer Guide website. Each example app resides in its own directory within this repository:

  • Hello, World! in hello-world
  • Example of look-aside caching pattern in look-aside-cache
  • Example of converting a Redis Publish/Subscribe app to Cloud Cache in redis-to-cloud-cache/pub-sub
  • Examples of converting Spring Session Redis apps to Cloud Cache in redis-to-cloud-cache/session-state
  • Example of implementing an HTTP session state cache in session-state