Monday, September 05, 2011

Inline cache

TimeStamp taglib. An interesting model for cache. Server-side application returns HTML markup with invisible tags. Each tag contains time stamp. On the client side we can compare time in the tags with time stamp in cookies for example. Depends on the results we can hide some content via JavaScript's DOM manipulation.

No comments: