function amazons3_flush_caches in AmazonS3 7.2
Implements hook_flush_caches().
File
- ./
amazons3.module, line 328 - Hook implementations for the AmazonS3 module.
Code
function amazons3_flush_caches() {
return array(
'cache_amazons3_metadata',
);
}