You are here

public static function UltimateCronLockMemcache::cleanup in Ultimate Cron 7.2

Cleanup expired locks.

File

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

Class

UltimateCronLockMemcache
Class for handling lock functions.

Code

public static function cleanup() {

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