68
68
@param database: The L{storm.database.Database} instance to use.
69
69
@param cache: The cache to use. Defaults to a L{Cache} instance.
71
72
self._event = EventSystem(self)
72
73
self._connection = database.connect(self._event)
73
74
self._alive = WeakValueDictionary()