DSCacheable

class DSCacheable

This class provides the info whether template is cacheable

Parameters

isCacheable

true if template is cacheable

errorDetails

Contains error details if template is not cacheable

Constructors

Link copied to clipboard
fun DSCacheable()

Functions

Link copied to clipboard
fun setCacheable(isCacheable: Boolean, errorDetails: String?)

Sets Cacheable information

Properties

Link copied to clipboard
var errorDetails: String? = null
Link copied to clipboard
var isCacheable: Boolean = true