ServiceCacheInfoDto

@Serializable
class ServiceCacheInfoDto(val lastPurgeTime: String = "", val cacheSize: Int = -1, val cache: Map<CacheKey, FunctionInfoDto>? = null)(source)

Constructors

Link copied to clipboard
constructor(lastPurgeTime: String = "", cacheSize: Int = -1, cache: Map<CacheKey, FunctionInfoDto>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard