Changes between Version 1 and Version 2 of LifeCycles
- Timestamp:
- 03/27/10 10:45:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LifeCycles
v1 v2 1 = Lifecycles = 1 2 A lifecycle in dconstructor controls how long a particular instance of a class will be kept around. The canonical examples of this are SingletonLifecycle and InstanceLifecycle, but you can create your own. 2 3
