From db257ef2159b70cd5acd4b3e27c6d140c640317b Mon Sep 17 00:00:00 2001 From: SunGuoQiang123 <993190138@qq.com> Date: Tue, 5 Sep 2017 17:47:25 +0800 Subject: [PATCH] Update README.md API Documentation update method name for all type clear and get size --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf78798..e1f3939 100644 --- a/README.md +++ b/README.md @@ -85,13 +85,13 @@ CacheManager.clear(); ## API Documentation -#### clear() +#### clearCache() Clear cache for all type. Return a promise which indicate the clear state. -#### getSize() +#### getCacheSize() Get cache size for all type.