google-code-export / openesignforms

Automatically exported from code.google.com/p/openesignforms
1 stars 0 forks source link

Allow caches to be emptied #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes changes are made at the database level, but these are not reflected 
in many objects because they are cached.

Provide a mechanism to cause objects in a cache to be removed so they are 
refreshed from disk.  

Care should be taken to ensure any new objects that haven't yet been saved are 
NOT removed from the cache so they can be found (these are objects basically in 
'insert' mode rather than 'update/delete' modes).

Original issue reported on code.google.com by yoz...@gmail.com on 15 Feb 2015 at 1:52

GoogleCodeExporter commented 9 years ago
In 15.3.12 release. Added a button to clear all caches to the deployment 
properties form when in EDIT mode.

Original comment by yoz...@gmail.com on 11 Mar 2015 at 1:40