In a distributed caching system, how is cache coherence typically maintained?

  • Using a consistency protocol like "invalidation"
  • By periodically clearing the cache
  • Through manual intervention by administrators
  • Automatically with a "write-through" strategy
Cache coherence in a distributed caching system is typically maintained using a consistency protocol like "invalidation." This protocol ensures that cached data is invalidated or updated when changes occur, ensuring data consistency across distributed nodes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *