Cache\Encryption\EncryptedItemDecorator::expiresAt PHP 메소드

expiresAt() 공개 메소드

public expiresAt ( $expiration )
    public function expiresAt($expiration)
    {
        $this->cacheItem->expiresAt($expiration);
        return $this;
    }