Aspectacular.RequestCache.Get C# (CSharp) Method

Get() public static method

Factory returning instance of the http request-level cache provider for caching aspect.
public static Get ( ) : RequestCache
return RequestCache
        public static RequestCache Get()
        {
            return requestCacher;
        }