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/
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