Skip to content

Latest commit

 

History

History
 
 

Caching Samples

The following project provides samples for the following:

  • Caching operations: Create/Read/Update/Delete
  • Custom serialization sample using Protocol Buffers
  • Custom object encryption with AES256 bit encryption
  • Locking sample to guarantee sequential access to objects
  • Query sample to demonstrate querying a cache
  • Eventing: Read-Through sample
  • Eventing: Write-Behind sample
  • Streaming: Post-Event sample
  • Parallel Method Invocation: Executing ForEach and Reduce operations sample
  • Single Method Invocation: Performing server-side analysis on a single object
  • InvocationGrid: sample demonstrating IG event registration