[LL FIR] allow recursive access to the same FirThreadSafeCache
^KT-56721 fixed
This commit is contained in:
committed by
Space Team
parent
d670e5a695
commit
c60fd38e05
@@ -15,6 +15,9 @@ abstract class FirCachesFactory : FirSessionComponent {
|
||||
*
|
||||
* [FirCache.getValue] should not be called inside [createValue]
|
||||
*
|
||||
* Note, that [createValue] might be called multiple times for the same value,
|
||||
* but all threads will always get the same value
|
||||
*
|
||||
* Where:
|
||||
* [CONTEXT] -- type of value which be used to create value by [createValue]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user