From 87ba1ac1ccbc9ddab54ab428c827fbd231d4c26c Mon Sep 17 00:00:00 2001 From: viskin Date: Thu, 17 Nov 2016 16:55:26 +0200 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d95de25..92d759b6 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,8 @@ TypeScript definitions are provided in [PhotoLibrary.d.ts](https://github.com/te - Include album name in libraryItem. - Enable filter option for getLibrary, that will select specific album. - Provide cancellation mechanism for long-running operations, like getLibrary. +- Pre-fetching data to file-based cache on app start can improve responsiveness dramatically. Just this caching should occur as low-priority thread. Cache can be updated +by system photo libraries events. # References