You are here

public static function UltimateCronLockMemcache::expire in Ultimate Cron 7.2

Release lock if expired.

Checks if expiration time has been reached, and releases the lock if so.

Parameters

string $name: The name of the lock.

File

./ultimate_cron.memcache-lock.inc, line 79
A memcached-mediated implementation of a locking mechanism.

Class

UltimateCronLockMemcache
Class for handling lock functions.

Code

public static function expire($name) {

  // Nothing to do here. Memcache handles this internally.
}