Tools__MethodCategoryList.st
changeset 17617 b0e15ebc84f2
parent 17595 e1b6d2da39e2
child 18003 a45192b41677
equal deleted inserted replaced
17616:7fae9311f5f3 17617:b0e15ebc84f2
    81     "
    81     "
    82 !
    82 !
    83 
    83 
    84 initialize
    84 initialize
    85     MethodInfoCache := Dictionary new.
    85     MethodInfoCache := Dictionary new.
    86     MethodInfoCacheAccessLock := RecursionLock new name:'MethodInfoCacheAccessLock'.
    86     MethodInfoCacheAccessLock := RecursionLock name:'MethodInfoCacheAccessLock'.
    87 ! !
    87 ! !
    88 
    88 
    89 !MethodCategoryList class methodsFor:'cleanup'!
    89 !MethodCategoryList class methodsFor:'cleanup'!
    90 
    90 
    91 lowSpaceCleanup
    91 lowSpaceCleanup