triggerSpecsCache

@SerialName(value = "triggerSpecsCache")
val triggerSpecsCache: String? = null(source)

defaults to null, the cache to store evaluated trigger specifications into, improving parsing performance at the cost of more memory usage. You may define a simple object to use a never-clearing cache, or implement your own system using a proxy object