Caching handling

There have been some changes in format for older versions of Locify. See documentation for Locify 0.8.1 and older.
If you plan support for versions older than 0.8.5, you need to detect client version and serve correct screen.

By default, lists and all standard screens are cached in client.

After saving to cache, next time user tries to load the same page, it is loaded for cache so no HTTP request is made. Caching is URL based including GET parameters: If http://www.example.com/foo is in cache and client requests http://www.example.com/foo?bar=1, it is still downloaded.

If you want to disable caching of your page, just set this HTTP Header:

Pragma: no-cache