/cloud-cache-examples

Examples for using Pivotal Cloud Cache

Primary LanguageJavaApache License 2.0Apache-2.0

Cloud Cache Examples

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