CacheMixin


Module hilo/view/CacheMixin Requires hilo/core/Hilo, hilo/core/Class, hilo/view/Drawable Source CacheMixin.js
CacheMixin A mixin that contains cache method.You can mix cache method to the target by use Class.mix(target, CacheMixin).

Methods

Method Defined
cache(forceUpdate:Boolean)
static
CacheMixin
static
CacheMixin
static
CacheMixin

Method Detail

[Static] cache(forceUpdate:Boolean)
parameters
forceUpdate:Boolean — is force update cache.
[Static] setCacheDirty(dirty)
parameters
dirty
[Static] updateCache()