Changes between Version 8 and Version 9 of SharedTileCache
- Timestamp:
- 2014-03-24T13:10:54+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SharedTileCache
v8 v9 90 90 Applications '''must not''' depend on the ID (given by the directory name), but should instead locate the cache by ''matching'' on "url", "type" and possibly "extension". If a suitable match is found, the ''existing'' ID/directory should be used for further access. 91 91 92 If no suitable directory can be found, a ''new'' directory can be safely created inside the shared root. The application is free to choose any valid directory name, but ''should'' use a short, explicative name. 92 If no suitable directory can be found, a ''new'' directory can be safely created inside the shared root. The application is free to choose any valid directory name, but ''should'' use a short, explicative name which '''must''' be less or equal to 20 characters. 93 93 94 94 == Tile management == #TileManagement