Method
CamelDataCacheget_filename
since: 2.26
Declaration [src]
gchar*
camel_data_cache_get_filename (
CamelDataCache* cdc,
const gchar* path,
const gchar* key
)
Parameters
path-
Type:
const gchar*Path to the (sub) cache the item exists in.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. key-
Type:
const gchar*Key for the cache item.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.