cache property
override
This getter gives you access to the underlying RenderTextureQuad if a cache is applied to this display object. If no cache is applied this value is ´null´.
See also applyCache, refreshCache and removeCache.
Implementation
@override
RenderTextureQuad get cache {
return _cache != null ? _cache.renderTextureQuad : null;
}