Function cached_path::cached_path
source · [−]Expand description
Get the cached path to a resource.
This is equivalent to calling Cache::cached_path
with a temporary Cache
object.
Therefore if you’re going to be calling this function multiple times,
it’s more efficient to create and use a single Cache
instead.