mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
d109c7d8bc
Move cache sources into their own bundle, for reuse with other persistence adapters; specifically supports the persistence adapter to the WARP Server, which is non-Couch but which will want to use this cache. WTD-702.
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" ]
|
|
}
|
|
]
|
|
}
|
|
}
|