mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added default value to 'NestedCacheItem'
This commit is contained in:
parent
2594fc82b0
commit
907fa5de93
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ class NestedCacheItem:
|
|||
default_factory (Optional[callable]): Function that returns default
|
||||
value used on init and on reset.
|
||||
lifetime (Optional[int]): Lifetime of the cache data in seconds.
|
||||
Default value is based on default value of 'CacheItem'.
|
||||
_init_info (Optional[InitInfo]): Private argument. Init info for
|
||||
nested cache where created from parent item.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue