init
This commit is contained in:
17
docs/ai/DataPRO/DbAPI/SPCaching.md
Normal file
17
docs/ai/DataPRO/DbAPI/SPCaching.md
Normal 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
|
||||
Reference in New Issue
Block a user