| 18 | } |
| 19 | |
| 20 | void WSITileGraphicsItemCache::clear() { |
| 21 | _cache.clear(); |
| 22 | _LRU.clear(); |
| 23 | _cacheCurrentByteSize = 0; |
| 24 | } |
| 25 | |
| 26 | void WSITileGraphicsItemCache::get(const keyType& k, WSITileGraphicsItem*& tile, unsigned int& size) { |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected