public static class CacheControl.CacheControls extends Object implements CacheControl
CacheControl.CacheControls, CacheControl.Dummy
Constructor and Description |
---|
CacheControls() |
Modifier and Type | Method and Description |
---|---|
void |
addCacheControl(CacheControl cacheControl) |
void |
addCacheControl(CacheControl cacheControl,
int index) |
void |
clear() |
void |
prepareNextFrame()
Prepare the cache for providing data for the "next frame".
|
void |
removeCacheControl(CacheControl cacheControl) |
public void addCacheControl(CacheControl cacheControl, int index)
public void addCacheControl(CacheControl cacheControl)
public void removeCacheControl(CacheControl cacheControl)
public void clear()
public void prepareNextFrame()
CacheControl
For the VolatileGlobalCellCache
, this means that
prepareNextFrame
in interface CacheControl
Copyright © 2015–2021 Fiji. All rights reserved.