From 173c3372dcfaa6ae2f9377604cd1b978ac0e486d Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 20 Jan 2015 13:02:15 -0800 Subject: [PATCH] [Persistence] Remove cache from bundle definition Remove reference to persistence cache from the Couch adapter's bundle definition; this has been moved into a separate bundle to support reuse with the WARP Server persistence adapter, WTD-702. --- platform/persistence/couch/bundle.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/platform/persistence/couch/bundle.json b/platform/persistence/couch/bundle.json index 0fb445a2ee..011c46b666 100644 --- a/platform/persistence/couch/bundle.json +++ b/platform/persistence/couch/bundle.json @@ -8,12 +8,6 @@ "type": "provider", "implementation": "CouchPersistenceProvider.js", "depends": [ "$http", "$q", "PERSISTENCE_SPACE", "COUCHDB_PATH" ] - }, - { - "provides": "persistenceService", - "type": "decorator", - "implementation": "CachingPersistenceDecorator.js", - "depends": [ "PERSISTENCE_SPACE" ] } ], "constants": [