IsharMud / ishar-web

3 stars 1 forks source link

Decide on cache backend #45

Closed ericoc closed 1 month ago

ericoc commented 1 month ago

Backends

There are three main "backend" options (memory, file, or database) when setting up the Django cache.

Memory

File

Database

ericoc commented 1 month ago

Filesystem caching