Skip to content

3.7.1

Compare
Choose a tag to compare
@jonnitto jonnitto released this 17 Aug 13:40
· 42 commits to master since this release
1209097

Remove uncached cache entry for inline files

If you want them (for some reason) still have uncached, you can set it like that…

prototype(Carbon.IncludeAssets:Internal.InlineFile) < prototype(Carbon.IncludeAssets:Internal.TypeCase) {
    @cache {
        mode = 'uncached'
        context {
            1 = 'attributes'
            2 = 'path'
            3 = 'type'
        }
    }
}