C# Class RavenOverflow.Web.Controllers.RavenDbController

Inheritance: BaseController
Afficher le fichier Open project: ayende/RavenOverflow

Protected Properties

Свойство Type Description
_documentStores RavenOverflow.Web.DependencyResolution.DocumentStores

Méthodes publiques

Méthode Description
AggressivelyCacheFor ( System.TimeSpan cacheDuration ) : IDisposable

Méthodes protégées

Méthode Description
OnActionExecuted ( System filterContext ) : void
RavenDbController ( DocumentStores documentStore ) : System

Method Details

AggressivelyCacheFor() public méthode

public AggressivelyCacheFor ( System.TimeSpan cacheDuration ) : IDisposable
cacheDuration System.TimeSpan
Résultat IDisposable

OnActionExecuted() protected méthode

protected OnActionExecuted ( System filterContext ) : void
filterContext System
Résultat void

RavenDbController() protected méthode

protected RavenDbController ( DocumentStores documentStore ) : System
documentStore RavenOverflow.Web.DependencyResolution.DocumentStores
Résultat System

Property Details

_documentStores protected_oe property

protected DocumentStores,RavenOverflow.Web.DependencyResolution _documentStores
Résultat RavenOverflow.Web.DependencyResolution.DocumentStores