# assistant/0.3.1/backend/src/System/Container/ReflectionCache.php

Assistant – Every Day Productivity Apps, version 0.3.1. 10 lines.

- Page: https://pluginprobe.com/plugins/assistant/0.3.1/code/backend/src/System/Container/ReflectionCache.php
- Raw: https://pluginprobe.com/plugins/assistant/0.3.1/raw/backend/src/System/Container/ReflectionCache.php
- Modified: 2020-03-25T19:33:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/assistant/0.3.1/code/backend/src/System/Container/ReflectionCache.php#L10-L20`.

```php
<?php

namespace FL\Assistant\System\Container;

interface ReflectionCache {

	public function fetch( $key);
	public function store( $key, $data);
}

```
