[ https://issues.apache.org/jira/browse/GEODE-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Blake Bender resolved GEODE-3890. --------------------------------- Fix Version/s: 1.15.0 Resolution: Duplicate > Cache should implement IDisposable > ---------------------------------- > > Key: GEODE-3890 > URL: https://issues.apache.org/jira/browse/GEODE-3890 > Project: Geode > Issue Type: Improvement > Components: native client > Reporter: Jacob Barrett > Priority: Major > Fix For: 1.15.0 > > > Cache should implement IDisposable for usage in using statement blocks. > {code} > using (var cache = cacheFactory.Create()) { > var region = cache.GetRegion<Object, Object>(); > ... > } > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)