> Looked for some way to clear the cashed file at google when one have
> opened a kml file.
>
> Is there some other way than renaming the file like below?
No, you have no other control over how long KmlLayer caches your KML
at Google's servers.
If it is critical to your project, don't use KmlLayer use a client-
side parser like GeoXml3, where you retain control. There are
performance penalties.