You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# angular2-cache
2
2
3
-
An implementation of cache at Angular2 (2.0.0 compatible).
3
+
An implementation of cache at Angular2 (2.4.10 compatible).
4
4
5
5
## Description
6
6
@@ -15,7 +15,7 @@ The cache service supports the following types of caching:
15
15
3. STORAGE based on the Window.sessionStorage (in progress)
16
16
4. SESSION based on the Window.sessionStorage (in progress)
17
17
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)
19
19
20
20
Also, the **zoneCachedDate**, **memoryCachedDate** cached [date pipes](https://angular.io/docs/ts/latest/api/common/index/DatePipe-class.html) are accessible now for use.
0 commit comments