mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
reset cache on set item
This commit is contained in:
parent
d1fce584fa
commit
d88a867872
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ class AYONSecureRegistry:
|
|||
import keyring
|
||||
|
||||
keyring.set_password(self._name, name, value)
|
||||
self.get_item.cache_clear()
|
||||
|
||||
@lru_cache(maxsize=32)
|
||||
def get_item(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue