cache | R Documentation |
sensorweb4R
cache functions.
clear.cache()
get.cache()
set.cache(cache)
set.cache.value(key, value)
set.cache.values(...)
get.cache.value(key)
get.cache.keys()
cache |
A |
key |
The key to be used to insert the |
value |
The value to be inserted under |
... |
Named parameters to be inserted into the cache. |
Most requests to the Timeseries are cached for performance reasons.
The parsed JSON responses are saved in a global cache object (with
the name sensorweb4R:::CACHE_NAME
). In this list response
objects are saved by their respective URL.
clear.cache
: Clears the cache.
get.cache
: Gets the cache object.
set.cache
: Sets the cache object.
set.cache.value
: Sets a cache value.
set.cache.values
: Sets multiple cache values.
get.cache.value
: Gets a cache value.
get.cache.keys
: Gets the current cache keys.
Christian Autermann c.autermann@52north.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.