Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / Configuration / SystemWebCachingSectionGroup.cs / 2 / SystemWebCachingSectionGroup.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Configuration {
using System.Configuration;
using System.Security.Permissions;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public sealed class SystemWebCachingSectionGroup : ConfigurationSectionGroup {
public SystemWebCachingSectionGroup() {
}
[ConfigurationProperty("cache")]
public CacheSection Cache
{
get
{
return (CacheSection) Sections["cache"];
}
}
[ConfigurationProperty("outputCache")]
public OutputCacheSection OutputCache
{
get
{
return (OutputCacheSection) Sections["outputCache"];
}
}
[ConfigurationProperty("outputCacheSettings")]
public OutputCacheSettingsSection OutputCacheSettings
{
get
{
return (OutputCacheSettingsSection) Sections["outputCacheSettings"];
}
}
[ConfigurationProperty("sqlCacheDependency")]
public SqlCacheDependencySection SqlCacheDependency
{
get
{
return (SqlCacheDependencySection) Sections["sqlCacheDependency"];
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QueryCursorEventArgs.cs
- ByteKeyFrameCollection.cs
- HttpResponseWrapper.cs
- XmlChoiceIdentifierAttribute.cs
- Win32Exception.cs
- ConfigsHelper.cs
- XmlnsDictionary.cs
- WindowsImpersonationContext.cs
- DateTimeStorage.cs
- EntityStoreSchemaGenerator.cs
- FactoryGenerator.cs
- CustomPopupPlacement.cs
- Point.cs
- CheckBoxFlatAdapter.cs
- _LocalDataStore.cs
- InstanceHandleConflictException.cs
- ObsoleteAttribute.cs
- XmlAggregates.cs
- GeneralTransformGroup.cs
- XDRSchema.cs
- SecurityElement.cs
- ToolStripPanelRow.cs
- RtType.cs
- XmlElementList.cs
- LingerOption.cs
- XslCompiledTransform.cs
- SelectionList.cs
- DataGridViewUtilities.cs
- DefaultObjectSerializer.cs
- RouteItem.cs
- DataContractSet.cs
- SettingsPropertyValue.cs
- UnicodeEncoding.cs
- Control.cs
- ListenerHandler.cs
- QueuePropertyVariants.cs
- BitmapEffect.cs
- XmlSerializerVersionAttribute.cs
- TrayIconDesigner.cs
- XmlReflectionImporter.cs
- LinqMaximalSubtreeNominator.cs
- BindingExpression.cs
- WinEventQueueItem.cs
- DatagramAdapter.cs
- UpdateExpressionVisitor.cs
- IndicShape.cs
- RectAnimationUsingKeyFrames.cs
- IPAddressCollection.cs
- ObjectTag.cs
- TimelineCollection.cs
- WindowsFormsDesignerOptionService.cs
- EdmValidator.cs
- ArgIterator.cs
- ContextStack.cs
- MultiSelectRootGridEntry.cs
- Durable.cs
- LineGeometry.cs
- PlaceHolder.cs
- HelpInfo.cs
- MailWebEventProvider.cs
- DbProviderServices.cs
- WebInvokeAttribute.cs
- AnnotationResourceChangedEventArgs.cs
- LocalizabilityAttribute.cs
- ParenExpr.cs
- StringStorage.cs
- NativeMethods.cs
- ExclusiveTcpTransportManager.cs
- FontFamily.cs
- DataTableMapping.cs
- KeyValuePairs.cs
- SignerInfo.cs
- List.cs
- FrugalList.cs
- ExpressionVisitor.cs
- MemoryMappedFile.cs
- AstTree.cs
- GridLength.cs
- WebServicesDescriptionAttribute.cs
- DigitShape.cs
- AmbientLight.cs
- DeclarativeCatalogPart.cs
- ObjectReaderCompiler.cs
- XsdBuildProvider.cs
- ResourceManager.cs
- TableRowGroupCollection.cs
- connectionpool.cs
- CommonDialog.cs
- _FtpDataStream.cs
- EventlogProvider.cs
- FlowDecision.cs
- BamlWriter.cs
- BamlMapTable.cs
- ScrollPatternIdentifiers.cs
- Interfaces.cs
- BamlBinaryReader.cs
- COM2ColorConverter.cs
- safesecurityhelperavalon.cs
- HttpServerVarsCollection.cs
- SerializerDescriptor.cs