models/cache_model library

Classes

CacheModel
A model representing cached data along with its expiration time.

Functions

dateTimeFromJson(String? json) DateTime?
Converts a dot-separated string to a DateTime object. The expected format is "YYYY.MM.DD.HH.MM.SS".