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
- TemplateBamlRecordReader.cs
- BindingGraph.cs
- SettingsPropertyNotFoundException.cs
- BamlRecordWriter.cs
- ChtmlTextWriter.cs
- _ListenerResponseStream.cs
- ObjectDisposedException.cs
- QilValidationVisitor.cs
- SynchronizedDispatch.cs
- GridViewRowPresenterBase.cs
- RectIndependentAnimationStorage.cs
- backend.cs
- TriggerBase.cs
- ResourcePool.cs
- Authorization.cs
- InfoCardUIAgent.cs
- XmlSchemaValidationException.cs
- DesignerObject.cs
- HierarchicalDataTemplate.cs
- UIAgentMonitor.cs
- MsmqIntegrationChannelFactory.cs
- FieldToken.cs
- PriorityBinding.cs
- SafeNativeMethodsCLR.cs
- DesignerToolStripControlHost.cs
- ColorMatrix.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- ObjectReferenceStack.cs
- RawAppCommandInputReport.cs
- ImageFormat.cs
- RequestResizeEvent.cs
- Triangle.cs
- TableItemStyle.cs
- EraserBehavior.cs
- PropertyOverridesTypeEditor.cs
- PhysicalFontFamily.cs
- ToolStripContentPanelRenderEventArgs.cs
- Overlapped.cs
- DataContractJsonSerializer.cs
- SQLDecimal.cs
- safemediahandle.cs
- Oid.cs
- WebPartConnection.cs
- BufferedGraphics.cs
- ExecutionProperties.cs
- CodeGeneratorAttribute.cs
- ActiveDocumentEvent.cs
- ViewKeyConstraint.cs
- MediaContext.cs
- DateTimeOffsetConverter.cs
- StorageInfo.cs
- RelatedImageListAttribute.cs
- EventLogSession.cs
- HorizontalAlignConverter.cs
- PictureBoxDesigner.cs
- Double.cs
- DescendantQuery.cs
- DragDeltaEventArgs.cs
- XMLSyntaxException.cs
- EventLogEntry.cs
- FixedElement.cs
- DataListItemEventArgs.cs
- FullTrustAssembly.cs
- GridViewCommandEventArgs.cs
- ServicePoint.cs
- HebrewNumber.cs
- DocumentGridContextMenu.cs
- XmlCharCheckingReader.cs
- FontStyle.cs
- DesignerAttribute.cs
- UIntPtr.cs
- TiffBitmapEncoder.cs
- StatusBar.cs
- EventLogPermissionEntry.cs
- WebConfigurationManager.cs
- XmlWrappingReader.cs
- StaticSiteMapProvider.cs
- VirtualPathData.cs
- BaseValidator.cs
- ImpersonateTokenRef.cs
- OutputCache.cs
- FrameworkElementAutomationPeer.cs
- Descriptor.cs
- CodeSnippetCompileUnit.cs
- GridLengthConverter.cs
- CriticalExceptions.cs
- WebPartTransformerCollection.cs
- DllNotFoundException.cs
- CustomLineCap.cs
- ConsumerConnectionPoint.cs
- LabelAutomationPeer.cs
- MethodAccessException.cs
- RootBrowserWindow.cs
- PropertyEntry.cs
- ObjectNotFoundException.cs
- DependencyPropertyKind.cs
- Cursor.cs
- BreakSafeBase.cs
- SqlDuplicator.cs
- AttributeCollection.cs