You are here

public function StreamWrapperConfiguration::isCaching in AmazonS3 7.2

Return value

boolean

1 call to StreamWrapperConfiguration::isCaching()
StreamWrapperConfiguration::setCacheLifetime in src/StreamWrapperConfiguration.php
Set the cache expiration.

File

src/StreamWrapperConfiguration.php, line 320

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

public function isCaching() {
  return (bool) $this->data['caching'];
}