/// <summary> /// <para>Registers the <see cref="CachingStoreProviderNode"/> in the application.</para> /// </summary> /// <param name="serviceProvider"> /// <para>The a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.</para> /// </param> public override void Register(IServiceProvider serviceProvider) { SecurityCacheCachingStoreCommandRegistrar commandRegistrar = new SecurityCacheCachingStoreCommandRegistrar(serviceProvider); commandRegistrar.Register(); SecurityCacheCachingStoreNodeMapRegistrar nodeMapRegistrar = new SecurityCacheCachingStoreNodeMapRegistrar(serviceProvider); nodeMapRegistrar.Register(); }