Skip to content

Commit

Permalink
Update and rename docs/MemoryCache.md to docs/user-guide/MemoryCache.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Sep 23, 2024
1 parent 3a9b39f commit 06019c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MemoryCache.md → docs/user-guide/MemoryCache.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MemoryCache Class
# MemoryCache

The `MemoryCache` class provides a mechanism for caching data in shared memory using PHP's `shmop` functions. This is useful for performance optimization by reducing the need to repeatedly fetch data from slower storage mediums.

Expand Down

0 comments on commit 06019c2

Please sign in to comment.