You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jacob S. Barrett (JIRA)" <ji...@apache.org> on 2017/10/22 10:34:00 UTC

[jira] [Created] (GEODE-3890) Cache should implement IDisposable

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)