Files
DP44/docs/ai/DataPRO/DbAPI/SPCaching.md
2026-04-17 14:55:32 -04:00

677 B

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
DataPRO/DbAPI/SPCaching/SPCache.cs
2026-04-17T16:46:40.360622+00:00 zai-org/GLM-5-FP8 1 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