function emapi_flush_caches in Embedded Media Field 6.3
Implementation of hook_flush_caches().
File
- emapi/
emapi.module, line 54 - Provides an API for parsing, storage, and display of third party media.
Code
function emapi_flush_caches() {
return array(
'cache_emapi_xml',
);
}