Apache.Shiro.Cache.ImmutableProxiedCache.ContainsKey C# (CSharp) Method

ContainsKey() public method

public ContainsKey ( object key ) : bool
key object
return bool
        public bool ContainsKey(object key)
        {
            return _delegate.ContainsKey(key);
        }