maxgherman/TypeIOC

View on GitHub
docs/typeioc.icontainer.cache.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [typeioc](./typeioc.md) &gt; [IContainer](./typeioc.icontainer.md) &gt; [cache](./typeioc.icontainer.cache.md)

## IContainer.cache property

Represents a dictionary of cached components/resolved registrations [ICache](./typeioc.icache.md)

<b>Signature:</b>

```typescript
cache: ICache;
```

## Remarks

If a service is registered with a cache option, its resolution is available through the `cache` property.