What is Write-Through and Write-Behind caching?

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1589

This topic has not yet been written. The content below is from the topic description.
Introduction Infinispan can optionally be configured with one or several cache stores allowing it to store data in a persistent location such as shared JDBC database, a local filesystem...etc. Infinispan can handle updates to the cache store in two different ways:   Write-Through (Synchronous) Write-Behind (Asynchronous)