|
get_lock_name(self)
Returns the filename of the lock. |
source code
|
|
|
get_pidfile_name(self)
Returns the name of the pidfile in the lock directory. |
source code
|
|
|
get_lock_pid(self)
Returns the PID that is stored in the lock directory, or
None if there is no such file. |
source code
|
|
|
|
|
release(self)
Unlocks the token cache for this key. |
source code
|
|
|
|
|
locked(method)
Decorator, ensures the method runs in a locked cache. |
source code
|
|
|
|
|
|
|
|
Inherited from TokenCache :
__init__ ,
get_cached_token_filename ,
get_cached_token_path
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|