Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Commit afb28d8

Browse files
committed
*update README
1 parent 645ebad commit afb28d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# angular2-cache
22

3-
An implementation of cache at Angular2 (2.0.0 compatible).
3+
An implementation of cache at Angular2 (2.4.10 compatible).
44

55
## Description
66

@@ -15,7 +15,7 @@ The cache service supports the following types of caching:
1515
3. STORAGE based on the Window.sessionStorage (in progress)
1616
4. SESSION based on the Window.sessionStorage (in progress)
1717
5. FILE based on the chrome.fileSystem (in progress)
18-
6. INSTANCE based on the chrome.fileSystem (in progress)
18+
6. INSTANCE based (in progress)
1919

2020
Also, the **zoneCachedDate**, **memoryCachedDate** cached [date pipes](https://angular.io/docs/ts/latest/api/common/index/DatePipe-class.html) are accessible now for use.
2121

0 commit comments

Comments
 (0)