Versions
immuneML
2.1.0
Contents:
Quickstart
Installing immuneML
Tutorials
immuneML & Galaxy
YAML specification
Use case examples
Troubleshooting
Developer documentation
immuneML
»
Module code
»
immuneML.caching.CacheType
Source code for immuneML.caching.CacheType
from
enum
import
Enum
[docs]
class
CacheType
(
Enum
):
PRODUCTION
=
"production"
TEST
=
"test"