BigMemory 4.3.10 | Product Documentation | BigMemory Max Developer Guide | Cache Usage Patterns | Supported Usage Patterns
 
Supported Usage Patterns
There are several common access patterns when using a cache. BigMemory Maxsupports the following patterns:
* Cache-aside (or direct manipulation)
* Cache-as-sor (a combination of read-through and write-through or write-behind patterns)
* Read-through
* Write-through
* Write-behind (or write-back)
* Copy cache