org.jaitools.tilecache
Interface DiskMemTileCacheVisitor
- All Known Implementing Classes:
- BasicCacheVisitor
public interface DiskMemTileCacheVisitor
A visitor to collect information about tiles in a DiskMemTileCache.
This can be used to examine cache performance in more detail than with
the cache's diagnostic methods and observer events.
- Since:
- 1.0
- Version:
- $Id$
- Author:
- Michael Bedward
- See Also:
DiskMemTileCache
|
Method Summary |
void |
visit(DiskCachedTile tile,
boolean isResident)
Called by the cache once for each tile |
visit
void visit(DiskCachedTile tile,
boolean isResident)
- Called by the cache once for each tile
- Parameters:
tile - the tile being visitedisResident - set by the cache to indicate whether the tile is
currently resident in memory
Copyright © 2009-2015. All Rights Reserved.