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
| CacheDiagnosticInfo | Cache diagnostic information. |
| CacheExportData | Exported cache state for analysis. |
| CacheStatistics | Cache statistics. |
| CompleteSchemeMetadata | Complete scheme metadata including scheme, structures and types. |
| CompositeMetadataCacheStatistics | Composite cache summary statistics. |
| DetailedCacheStatistics | Detailed statistics by cache component. |
| GlobalListCache | Domain-isolated cache for lists and their items. |
| GlobalMetadataCache | Metadata cache with domain isolation. |
| GlobalPropsCache | Domain-isolated cache for WHOLE RedbObject (not just Props!). |
| MemoryRedbObjectCache | In-memory cache implementation for WHOLE RedbObject (not just Props!). |
| MemoryUsageInfo | Cache memory usage information. |
| PerformanceInfo | Cache performance information. |
| PropsCacheStatistics | Props object cache statistics. |
| RedbTypeInfo | Type information for caching (DB types, not CLR types). |
| SchemeCacheStatistics | Scheme cache statistics. |
| StaticCacheStatistics | Static cache statistics. |
| StaticMetadataCache | Static metadata cache implementation. |
| StructureCacheStatistics | Structure cache statistics. |
| TopUsedScheme | Top used scheme information. |
| TypeCacheStatistics | Type cache statistics. |
| TypeUsageInfo | Type usage information. |
| UserCacheStats | User cache statistics. |
Interfaces
| ICompositeMetadataCache | Composite metadata cache combining schemes, structures and types. |
| IRedbObjectCache | Interface for caching WHOLE RedbObject objects (not just Props!) |
| ISchemeMetadataCache | Specialized cache for object schemes. |
| IStaticMetadataCache | Interface for static metadata cache in RedbObject. |
| IStructureMetadataCache | Specialized cache for field structures. |
| ITypeMetadataCache | Specialized cache for data types. |
Enums
| CacheHealthStatus | Cache health status enumeration. |