Exemplo n.º 1
0
        internal CachedDirectoryStoreProvider(string storeName)
        {
            string storePath = DirectoryBasedStoreProvider.GetStorePath(storeName);

            _storeDirectoryInfo = new DirectoryInfo(storePath);
        }