public sealed class CacheInvalidationRule : IMessage<CacheInvalidationRule>, IEquatable<CacheInvalidationRule>, IDeepCloneable<CacheInvalidationRule>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `CacheInvalidationRule` class, found in the `Google.Cloud.Compute.V1` namespace, is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class allows for the creation of cache invalidation rules and is available in numerous versions, with the latest being 3.6.0 and version 1.4.0 being the page version, and it's accessible via the Google Cloud Compute V1 .NET library."],["The `CacheInvalidationRule` class provides two constructors: one default constructor and another that accepts another `CacheInvalidationRule` instance for cloning."],["Key properties of the `CacheInvalidationRule` class include `HasHost`, `HasPath`, `Host`, and `Path`, allowing checks and setup for whether the host and path fields are set, as well as setting them for the cache invalidation rule to function properly."],["The class inherits methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class, providing standard object functionalities."]]],[]]