Class FakeNoCacheService
Represents a fake implementation of the cache service, used for testing or scenarios where a no-op cache behavior is required.
public class FakeNoCacheService : NoCacheService, ICacheService
- Inheritance
-
FakeNoCacheService
- Implements
- Inherited Members
- Extension Methods
Remarks
This class inherits from NoCacheService and implements the ICacheService interface, providing a non-functional cache suitable for unit tests or environments where caching should be bypassed.
Properties
LastKey
public string? LastKey { get; }
Property Value
WasCalled
public bool WasCalled { get; }