---
lang: en
title: 'API docs: context.contextview._cachedbindings'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.contextview._cachedbindings.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [ContextView](./context.contextview.md) &gt; [\_cachedBindings](./context.contextview._cachedbindings.md)

## ContextView.\_cachedBindings property

An array of cached bindings that matches the binding filter

<b>Signature:</b>

```typescript
protected _cachedBindings: Readonly<Binding<T>>[] | undefined;
```

