Files
DefinitelyTyped/types
barrtender 58d87fc9d4 Fixing ICacheObject::get return type (#29001)
get can return undefined if the key isn't in the cache.

See the example:
https://docs.angularjs.org/api/ng/type/$cacheFactory.Cache
```
  superCache.remove('another key');
  expect(superCache.get('another key')).toBeUndefined();
```
2018-09-18 15:24:08 -07:00
..
2018-09-18 12:09:07 +02:00
2018-09-17 17:18:33 +01:00
2018-09-18 09:39:57 +02:00