Mono.Debugger.ObjectCache.timeout_func C# (CSharp) Method

timeout_func() static private method

static private timeout_func ( ) : void
return void
        void timeout_func()
        {
            if (ttl > 0)
                --ttl;
            if (ttl > 0)
                return;

            cached_object = null;
        }