Table of Contents

Class FakeNoCacheService

Namespace
adas_core.Test.Services
Assembly
adas-core.Test.dll

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

string

WasCalled

public bool WasCalled { get; }

Property Value

bool