is_expired ()

Implemented here, but always returns false. Memcache manages its own expirations.

Access

public

Returns

Type

Description

boolean

Whether the cache is expired or not.

Source

Method defined in lib/cachecore/cachemc.class.php | Toggle source view (4 lines) | View on GitHub

public function is_expired()
{
    return false;
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback