Changeset 31739 in osm for applications/viewer
- Timestamp:
- 2015-11-14T11:42:39+01:00 (9 years ago)
- Location:
- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MemoryTileCache.java
r31611 r31739 103 103 } 104 104 105 @Override 105 106 public synchronized int getCacheSize() { 106 107 return cacheSize; -
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileCache.java
r31429 r31739 48 48 */ 49 49 void clear(); 50 51 /** 52 * Size of the cache. 53 * @return maximum number of tiles in cache 54 */ 55 int getCacheSize(); 50 56 }
Note:
See TracChangeset
for help on using the changeset viewer.