Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : com.marcusts.smartdi.lib

A container that creates and then (optionally) stores variables to provide caching and centralized access. These sorts of containers are sometimes misdescribed as IOC ("Inversion of Control") Containers. Since they do not provide any control over program flow, the accurate term is DI ("Dependency Injection") Container. The SmartDI Container is unique in that it: * Does not store instantiated objects unnecessarily. * Supports object life-cycle management. When an object dies, it is removed from the container. This requires you to implement an interface. * Indexes a shared container class instance to the objects that share it so that when those objects die, the container class instance is also removed. This does not requires any other interfaces or management steps.

Registry - JSON
purl: pkg:nuget/com.marcusts.smartdi.lib
Keywords: IOC, Container, DI, Object, Lifecycle, Safe
License:
Latest release: over 124 years ago
First release: over 124 years ago
Last synced: 8 days ago

    Loading...
    Readme
    Loading...