mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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
|
default_factory (Optional[callable]): Function that returns default
|
||||||
value used on init and on reset.
|
value used on init and on reset.
|
||||||
lifetime (Optional[int]): Lifetime of the cache data in seconds.
|
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
|
_init_info (Optional[InitInfo]): Private argument. Init info for
|
||||||
nested cache where created from parent item.
|
nested cache where created from parent item.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue