Method

EBackendFileCacheremove_object

Declaration [src]

gboolean
e_file_cache_remove_object (
  EFileCache* cache,
  const gchar* key
)

Description [src]

Removes the object corresponding to key from cache. If no such object exists in cache, the function returns FALSE.

Parameters

key

Type: const gchar*

The hash key of the object to remove.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if successful, FALSE if key was not found.