Skip to content

awons/phpbyexample-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples of caching strategies in PHP

Setup

All commands assume you are usign the provided .devcontainer Docker configuration.

Install dependencies:

composer install

Test

Cache on the side

make run-on-the-side

Read-through cache

make run-read-through

Write-through cache

make run-write-through

Write-read-through cache

make run-write-read-through

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages