is_expired ()

Defined here, but always returns false. XCache manages it’s own expirations. It’s worth mentioning that if the server is configured for a long xcache.var_gc_interval then it IS possible for expired data to remain in the var cache, though it is not possible to access it.

Access

public

Returns

Type

Description

boolean

Whether the cache is expired or not.

Source

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

public function is_expired()
{
    return false;
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback