File: memory.rst

package info (click to toggle)
debusine 0.14.2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 15,200 kB
  • sloc: python: 195,951; sh: 849; javascript: 335; makefile: 116
file content (16 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. file-backend:: Memory

Memory file backend
===================

The ``Memory`` backend stores all files in memory; they do not persist
across server restarts.  As such, it is only suitable for testing, and must
not be used in production.

* Configuration:

  * ``name`` (string): The name of the store; indexes into in-memory
    storage.

* Supports returning local paths: no
* Supports returning URLs: no