URL query parameters interpreted by the platform.
o1-cache
parameter, in which case we are technically talking about a new URL, thus a new resource.
The old request will still remain being cached indefinitely.
o1-cache
value.
o1-cache=1
if
you want, but in that case changing the resource on Boomla will
not automatically force the visitor's browser to reload it, you
would have to manually increment it to
o1-cache=2
.
Up to you - but I certainly recommend you use the hash of the
relevant resource, or just a part of it, for example with:img.fileHash().substr(0, 10)
.