Solar_Cache_Adapter_Session::_isExpired()

protected bool Solar_Cache_Adapter_Session::_isExpired ( string $key )

Checks if an entry has expired (is past its lifetime) or not.

Parameters

  • (string) $key: The entry key with prefix already added.

Returns

  • (bool)

Description

Checks if an entry has expired (is past its lifetime) or not.

If lifetime is empty (zero), then the entry never expires.



Local