RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

API Reference

Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.

Showing: redb.Core.Caching Show all

redb.Core.Caching

Classes

C CacheDiagnosticInfo Cache diagnostic information.
C CacheExportData Exported cache state for analysis.
C CacheStatistics Cache statistics.
C CompleteSchemeMetadata Complete scheme metadata including scheme, structures and types.
C CompositeMetadataCacheStatistics Composite cache summary statistics.
C DetailedCacheStatistics Detailed statistics by cache component.
C GlobalListCache Domain-isolated cache for lists and their items.
C GlobalMetadataCache Metadata cache with domain isolation.
C GlobalPropsCache Domain-isolated cache for WHOLE RedbObject (not just Props!).
C MemoryRedbObjectCache In-memory cache implementation for WHOLE RedbObject (not just Props!).
C MemoryUsageInfo Cache memory usage information.
C PerformanceInfo Cache performance information.
C PropsCacheStatistics Props object cache statistics.
C RedbTypeInfo Type information for caching (DB types, not CLR types).
C SchemeCacheStatistics Scheme cache statistics.
C StaticCacheStatistics Static cache statistics.
C StaticMetadataCache Static metadata cache implementation.
C StructureCacheStatistics Structure cache statistics.
C TopUsedScheme Top used scheme information.
C TypeCacheStatistics Type cache statistics.
C TypeUsageInfo Type usage information.
C UserCacheStats User cache statistics.

Interfaces

I ICompositeMetadataCache Composite metadata cache combining schemes, structures and types.
I IRedbObjectCache Interface for caching WHOLE RedbObject objects (not just Props!)
I ISchemeMetadataCache Specialized cache for object schemes.
I IStaticMetadataCache Interface for static metadata cache in RedbObject.
I IStructureMetadataCache Specialized cache for field structures.
I ITypeMetadataCache Specialized cache for data types.

Enums

E CacheHealthStatus Cache health status enumeration.