minor changes
This commit is contained in:
parent
d409a92ca2
commit
acf6a5cb9e
|
@ -35,4 +35,4 @@ interface ILockDriver
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function releaseAll();
|
public function releaseAll();
|
||||||
}
|
}
|
||||||
|
|
|
@ -83,4 +83,4 @@ class MemcacheLockDriver implements ILockDriver
|
||||||
// We cannot delete all cache entries, but this doesn't matter with memcache
|
// We cannot delete all cache entries, but this doesn't matter with memcache
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,4 +79,4 @@ class SemaphoreLockDriver implements ILockDriver
|
||||||
// not needed/supported
|
// not needed/supported
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user