Changes between Version 8 and Version 9 of SharedTileCache


Ignore:
Timestamp:
2014-03-24T13:10:54+01:00 (11 years ago)
Author:
wavexx
Comment:

Specify a maximum size for the directory/ID length.

Legend:

Unmodified
Added
Removed
Modified
  • SharedTileCache

    v8 v9  
    9090Applications '''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.
    9191
    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.
     92If 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.
    9393
    9494== Tile management == #TileManagement