You are here

public function AssetRefreshManagerInterface::getLastReadInterval in Media: Acquia DAM 8

Get the current request read interval.

Return value

int The current request read interval.

1 method overrides AssetRefreshManagerInterface::getLastReadInterval()
AssetRefreshManager::getLastReadInterval in src/Service/AssetRefreshManager.php
Get the current request read interval.

File

src/Service/AssetRefreshManagerInterface.php, line 59

Class

AssetRefreshManagerInterface
Interface AssetRefreshManagerInterface.

Namespace

Drupal\media_acquiadam\Service

Code

public function getLastReadInterval() : int;