コード例 #1
0
        public void Initialize()
        {
            this.cacheRegistrationService   = ServiceFactory.GetCacheRegistrationService();
            this.cacheAdministrationService = ServiceFactory.GetCacheAdministrationService();
            this.cacheService = ServiceFactory.GetCacheService();

            this.LoadConnections();
        }
コード例 #2
0
        public void Initialize()
        {
            this.cacheRegistrationService = ServiceFactory.GetCacheRegistrationService();
            this.cacheAdministrationService = ServiceFactory.GetCacheAdministrationService();
            this.cacheService = ServiceFactory.GetCacheService();

            this.LoadConnections();
        }