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-06 23:53:18 +02:00
2018-09-10 16:10:14 -07:00
2018-09-12 10:43:15 -07:00
2018-09-13 10:59:33 +02:00
2018-09-12 12:08:12 +02:00
2018-09-12 12:08:12 +02:00
2018-09-12 12:09:43 +02:00
2018-09-12 12:11:16 +02:00
2018-09-12 12:11:16 +02:00
2018-09-07 13:22:49 +08:00
2018-09-05 15:17:56 -07:00
2018-09-14 09:36:07 -07:00
2018-09-05 23:25:24 +05:30
2018-09-07 16:09:20 +08:00
2018-09-17 14:11:14 +02:00
2018-09-17 01:04:55 -07:00
2018-09-18 12:09:07 +02:00
2018-09-12 15:57:11 -04:00
2018-09-14 09:04:22 -07:00
2018-09-17 00:33:05 -07:00
2018-09-17 17:18:33 +01:00
2018-09-10 18:36:01 -07:00
2018-09-05 17:17:50 -07:00
2018-09-13 09:09:25 -04:00
2018-09-13 21:11:28 -04:00
2018-09-10 22:31:21 +01:00
2018-09-18 09:39:57 +02:00
2018-09-14 09:10:35 -07:00
2018-09-06 13:39:45 +01:00
2018-09-07 13:07:19 -04:00
2018-09-17 01:06:02 -07:00
2018-09-11 08:26:48 -07:00