MemoryStore — fiber Architecture
Native Go map implementation with expiration logic
Entity Profile
Dependency Diagram
graph TD subdomain_InternalStorage_MemoryStore["MemoryStore"] 8e52f8f1_839a_b0fc_7531_40c840c383a4["memory_test.go"] subdomain_InternalStorage_MemoryStore --> 8e52f8f1_839a_b0fc_7531_40c840c383a4 f8b1662e_ffd8_5e13_63a5_0f80c42683c0["config.go"] subdomain_InternalStorage_MemoryStore --> f8b1662e_ffd8_5e13_63a5_0f80c42683c0 f453bafc_46b1_3619_f926_e077889a65a9["memory.go"] subdomain_InternalStorage_MemoryStore --> f453bafc_46b1_3619_f926_e077889a65a9 5c209b8e_493c_b462_178d_8ab949ed52c2["memory.go"] subdomain_InternalStorage_MemoryStore --> 5c209b8e_493c_b462_178d_8ab949ed52c2 5fc515d5_e762_b957_5588_68b2d14010d3["memory_test.go"] subdomain_InternalStorage_MemoryStore --> 5fc515d5_e762_b957_5588_68b2d14010d3 style subdomain_InternalStorage_MemoryStore fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Domain
Functions
- Benchmark_Memory()
- Benchmark_Memory_Get()
- Benchmark_Memory_Get_Asserted()
- Benchmark_Memory_Get_Asserted_Parallel()
- Benchmark_Memory_Get_Parallel()
- Benchmark_Memory_Set()
- Benchmark_Memory_SetAndDelete()
- Benchmark_Memory_SetAndDelete_Asserted()
- Benchmark_Memory_SetAndDelete_Asserted_Parallel()
- Benchmark_Memory_SetAndDelete_Parallel()
- Benchmark_Memory_Set_Asserted()
- Benchmark_Memory_Set_Asserted_Parallel()
- Benchmark_Memory_Set_Parallel()
- New()
- New()
- Test_Memory()
- Test_Storage_Memory_Close()
- Test_Storage_Memory_Conn()
- Test_Storage_Memory_Delete()
- Test_Storage_Memory_DeleteWithContext()
- Test_Storage_Memory_Get()
- Test_Storage_Memory_GetWithContext()
- Test_Storage_Memory_Get_NotExist()
- Test_Storage_Memory_Reset()
- Test_Storage_Memory_ResetWithContext()
- Test_Storage_Memory_Set()
- Test_Storage_Memory_SetWithContext()
- Test_Storage_Memory_Set_Expiration()
- Test_Storage_Memory_Set_Long_Expiration_with_Keys()
- Test_Storage_Memory_Set_Override()
- configDefault()
- wrapContextError()
Source Files
Source
Frequently Asked Questions
What is the MemoryStore subdomain?
MemoryStore is a subdomain in the fiber codebase, part of the InternalStorage domain. Native Go map implementation with expiration logic It contains 5 source files.
Which domain does MemoryStore belong to?
MemoryStore belongs to the InternalStorage domain.
What functions are in MemoryStore?
The MemoryStore subdomain contains 32 function(s): Benchmark_Memory, Benchmark_Memory_Get, Benchmark_Memory_Get_Asserted, Benchmark_Memory_Get_Asserted_Parallel, Benchmark_Memory_Get_Parallel, Benchmark_Memory_Set, Benchmark_Memory_SetAndDelete, Benchmark_Memory_SetAndDelete_Asserted, and 24 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free