suppose i just add a new feature to a .shp file.
And that .shp file is cached on both server and client side.
Then how can i force these cache mechanisms to Re-Cache and embrace newly created feature?
besides, client caching would be fail if some one (PERSON_A) add a new feature and some other (PERSON_B) view the result after (PERSON_A) adds the feature. because (PERSON_B) wouldn’t see the newly added feature although he/she can select/search against it, But it is still invisible because it,s not cached.
One way would be to change cache address/path/name etc…
But these ways recreate and cache all features from scratch. and this is time/cpu consuming.
Is there any other solution or workaround?
Can i find and delete corresponding cache image files on “Cache file path” for caching on server?