Class InMemorySettings
- Namespace
- adas_core.Domain.Models.AppSettings
- Assembly
- adas-core.Domain.dll
Represents an in-memory implementation for managing application settings. Provides storage and retrieval of configuration values without persisting them to an external source.
public class InMemorySettings
- Inheritance
-
InMemorySettings
- Inherited Members
- Extension Methods
Properties
Ttl
public TtlSettings Ttl { get; set; }