cache

fun <T : Any> PageCache.cache(key: String, state: CacheState = NormalCache, block: () -> T): T