Smalltalk/X WebserverDocumentation of class 'CacheDictionaryWithLimitedLifetime::ArrayWithLimitedLiveTime': | |
Class: ArrayWithLimitedLiveTime (private in CacheDictionaryWithLimitedLifetimeThis class is only visible from within CacheDictionaryWithLimitedLifetime.Inheritance:Object | +--Collection | +--SequenceableCollection | +--ArrayedCollection | +--Array | +--CacheDictionaryWithLimitedLifetime::ArrayWithLimitedLiveTime
Description:I remember a timestamp of when slots where changed. Example: |a| a := self new:10. a at:1 put:'hello'. Transcript showCR:( a timestampAt:1). Delay waitForSeconds:0.5. a at:1 put:'world'. Transcript showCR:( a timestampAt:1). Class protocol:instance creation
Instance protocol:accessing
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 02:47:59 GMT |