CacheMetrics

CacheMetrics

Cache performance metrics.

Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/Interfaces/ICache.cs
Namespace: GridBuilding.Core.Interfaces
Kind: class

Parsing Method: AST-based (Roslyn) - NOT regex

⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.

Properties

Hits

Total number of cache hits.

Misses

Total number of cache misses.

Evictions

Total number of evictions due to cache size limits.

Cleanups

Total number of cache cleanups.

HitRatio

Cache hit ratio (0.0 to 1.0).

Methods

Reset

Resets all metrics to zero.

Returns: void