mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 16:21:06 +00:00
15 lines
405 B
JSON
15 lines
405 B
JSON
|
{
|
||
|
"name": "Persistence cache",
|
||
|
"description": "Cache to improve availability of persisted objects.",
|
||
|
"extensions": {
|
||
|
"components": [
|
||
|
{
|
||
|
"provides": "persistenceService",
|
||
|
"type": "decorator",
|
||
|
"implementation": "CachingPersistenceDecorator.js",
|
||
|
"depends": [ "PERSISTENCE_SPACE" ]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|