This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
source_files:
- DataPRO/DbAPI/SPCaching/SPCache.cs
generated_at: "2026-04-17T16:46:40.360622+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "2ca8e70f321fe20b"
---
# SPCaching
## Documentation: SPCache.cs
### 1. Purpose
The `SPCache` class serves as a plain data container (DTO) within the `DbAPI.SPCaching` namespace. Its role is to store the result of a stored procedure version lookup based on a specific combination of client and database versions. It exists to optimize the system by caching these lookups, preventing the need to recalculate the appropriate stored procedure version for the same version parameters repeatedly.
### 2. Public Interface