You are here

function Cache::__construct in AmazonS3 7.2

Override __construct() to set the cache bin.

File

src/Cache.php, line 23

Class

Cache
Cache configured to cache in the cache_amazons3_metadata bin.

Namespace

Drupal\amazons3

Code

function __construct() {
  $this
    ->setCacheTable('cache_amazons3_metadata');
}