Jacob S. Barrett created GEODE-3890:
---------------------------------------
Summary: 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 S. Barrett
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
(v6.4.14#64029)