dnbard / game-deepspace

Web game about space exploration
1 stars 0 forks source link

To implement strategy how to delete cached entries on updates and from time to time #12

Open dnbard opened 10 years ago

dnbard commented 10 years ago

Add timestamps to objects in database. Create grunt task to store all dates of file modification to json. request that json on app init and remove from cache all modified files.

After that current cache wile on DEV can be removed.