From 0593abaa739186677075fa63e94e5335672b8563 Mon Sep 17 00:00:00 2001 From: Adam Carter Date: Thu, 21 Nov 2019 16:16:23 -0800 Subject: [PATCH] Update README.md updated readme to include documentation of new GetRegions() function. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ba2a0eb..ed6f98c 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,12 @@ public string[] GetKeys(string regionName = null) /// public CacheItemPolicy GetPolicy(string key, string regionName = null) +/// +/// Returns a list of regions, including the root region. +/// +/// +public IEnumerable GetRegions() + /// /// Used to specify the disk size, in bytes, that can be used by the File Cache. /// Defaults to long.MaxValue