// Generated by tsbindgen - Architecture // Namespace: Microsoft.Extensions.Caching.Distributed // Facade - Public API Surface // Import internal declarations import * as Internal from './Microsoft.Extensions.Caching.Distributed/internal/index.js'; // Core type aliases from @tsonic/core import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js'; // Cross-namespace type imports for constraints import type { MemoryDistributedCacheOptions } from './Microsoft.Extensions.Caching.Memory/internal/index.js'; import type { ILoggerFactory } from './Microsoft.Extensions.Logging/internal/index.js'; import type { IOptions_1 } from './Microsoft.Extensions.Options/internal/index.js'; import type { IBufferWriter, ReadOnlySequence } from '@tsonic/dotnet/System.Buffers.js'; import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Nullable, Object as ClrObject, String as ClrString, TimeSpan, Void } from '@tsonic/dotnet/System.js'; import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js'; import type { Task, ValueTask } from '@tsonic/dotnet/System.Threading.Tasks.js'; // Public API exports (curated - no internal $instance/$views leakage) export { DistributedCacheEntryExtensions$instance as DistributedCacheEntryExtensions } from './Microsoft.Extensions.Caching.Distributed/internal/index.js'; export { DistributedCacheEntryOptions as DistributedCacheEntryOptions } from './Microsoft.Extensions.Caching.Distributed/internal/index.js'; export { DistributedCacheExtensions$instance as DistributedCacheExtensions } from './Microsoft.Extensions.Caching.Distributed/internal/index.js'; export type IBufferDistributedCache = Internal.IBufferDistributedCache; export type IDistributedCache = Internal.IDistributedCache; export { MemoryDistributedCache as MemoryDistributedCache } from './Microsoft.Extensions.Caching.Distributed/internal/index.js'; // Extension methods (C# using semantics) export type { ExtensionMethods_Microsoft_Extensions_Caching_Distributed as ExtensionMethods } from './__internal/extensions/index.js';