
public class MapTileCache extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LRUMapTileCache |
mCachedTiles |
protected Object |
mCachedTilesLockObject |
| Constructor and Description |
|---|
MapTileCache() |
MapTileCache(int aMaximumCacheSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsTile(MapTile aTile) |
void |
ensureCapacity(int aCapacity) |
Drawable |
getMapTile(MapTile aTile) |
void |
putTile(MapTile aTile,
Drawable aDrawable) |
protected final Object mCachedTilesLockObject
protected LRUMapTileCache mCachedTiles