| MemoryCacheService Constructor |
Creates a new memory cache service
Namespace:
SanteDB.Caching.Memory
Assembly:
SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.481-alpha
Syntax public MemoryCacheService(
IConfigurationManager configurationManager
)
Public Sub New (
configurationManager As IConfigurationManager
)
public:
MemoryCacheService(
IConfigurationManager^ configurationManager
)
new :
configurationManager : IConfigurationManager -> MemoryCacheService
Parameters
- configurationManager
- Type: SanteDB.Core.ServicesIConfigurationManager
[Missing <param name="configurationManager"/> documentation for "M:SanteDB.Caching.Memory.MemoryCacheService.#ctor(SanteDB.Core.Services.IConfigurationManager)"]
See Also