Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated readme to include documentation of new GetRegions() function.
  • Loading branch information
acarteas committed Nov 22, 2019
1 parent 6b30aac commit 0593aba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ public string[] GetKeys(string regionName = null)
/// <returns></returns>
public CacheItemPolicy GetPolicy(string key, string regionName = null)

/// <summary>
/// Returns a list of regions, including the root region.
/// </summary>
/// <returns></returns>
public IEnumerable<string> GetRegions()

/// <summary>
/// Used to specify the disk size, in bytes, that can be used by the File Cache.
/// Defaults to long.MaxValue
Expand Down

0 comments on commit 0593aba

Please sign in to comment.