UNPKG

@tsonic/dotnet-pure

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming

17 lines (13 loc) 1.06 kB
// Generated by tsbindgen - Architecture // Namespace: System.Net.Cache // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Net.Cache/internal/index.js'; // Cross-namespace type imports for constraints import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { RequestCacheLevel as RequestCacheLevel } from './System.Net.Cache/internal/index.js'; export { RequestCachePolicy as RequestCachePolicy } from './System.Net.Cache/internal/index.js'; export { HttpCacheAgeControl as HttpCacheAgeControl } from './System.Net.Cache/internal/index.js'; export { HttpRequestCacheLevel as HttpRequestCacheLevel } from './System.Net.Cache/internal/index.js'; export { HttpRequestCachePolicy as HttpRequestCachePolicy } from './System.Net.Cache/internal/index.js';