C# Class RavenOverflow.Web.Controllers.RavenDbController

Inheritance: BaseController
显示文件 Open project: ayende/RavenOverflow

Protected Properties

Property Type Description
_documentStores RavenOverflow.Web.DependencyResolution.DocumentStores

Public Methods

Method Description
AggressivelyCacheFor ( System.TimeSpan cacheDuration ) : IDisposable

Protected Methods

Method Description
OnActionExecuted ( System filterContext ) : void
RavenDbController ( DocumentStores documentStore ) : System

Method Details

AggressivelyCacheFor() public method

public AggressivelyCacheFor ( System.TimeSpan cacheDuration ) : IDisposable
cacheDuration System.TimeSpan
return IDisposable

OnActionExecuted() protected method

protected OnActionExecuted ( System filterContext ) : void
filterContext System
return void

RavenDbController() protected method

protected RavenDbController ( DocumentStores documentStore ) : System
documentStore RavenOverflow.Web.DependencyResolution.DocumentStores
return System

Property Details

_documentStores protected_oe property

protected DocumentStores,RavenOverflow.Web.DependencyResolution _documentStores
return RavenOverflow.Web.DependencyResolution.DocumentStores