Standard constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public CacheManager(
IAppContext cxt,
IDatabase db
)
Public Sub New (
cxt As IAppContext,
db As IDatabase
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - db
- Type: NetQuarryIDatabase
The database in which to cache.
See Also