PHP Interface Cache\Adapter\Common\HasExpirationDateInterface

Author: Aaron Scherer ([email protected])
Author: Tobias Nyholm ([email protected])
Datei anzeigen Open project: php-cache/cache

Public Methods

Method Description
getExpirationDate ( ) : DateTimeInterface | null The date and time when the object expires.

Method Details

getExpirationDate() public method

The date and time when the object expires.
public getExpirationDate ( ) : DateTimeInterface | null
return DateTimeInterface | null