set_cache
Description:
public void set_cache (
CalCache cache)
Sets the cache as the cache to be used by the this.
By default, a cache.db in ECalBackend:cache_dir is created in the constructed
method. This function can be used to override the default.
Note the this adds its own reference to the cache.
Parameters:
| this |
an CalMetaBackend
|
| cache |
an CalCache to use
|