public interface CacheControl
VolatileGlobalCellCache
interface that is
exposed to the renderer directly (that is, not via images). It comprises
methods to control cache behavior. If the renderer is used without
VolatileGlobalCellCache
, these can be simply implemented to do
nothing.Modifier and Type | Interface and Description |
---|---|
static class |
CacheControl.CacheControls
CacheControl backed by a set of CacheControl s. |
static class |
CacheControl.Dummy
CacheControl that does nothing. |
Modifier and Type | Method and Description |
---|---|
void |
prepareNextFrame()
Prepare the cache for providing data for the "next frame".
|
void prepareNextFrame()
For the VolatileGlobalCellCache
, this means that
Copyright © 2015–2021 Fiji. All rights reserved.