Skip to content

Commit

Permalink
Merge pull request #10 from apigee/toss-cache-plugin
Browse files Browse the repository at this point in the history
Deleting the cache plugin. It's unable to be used by EM, and is noise in terms of plugin example.
  • Loading branch information
f1erro authored Dec 2, 2016
2 parents 83586f2 + 361cbcb commit b649f06
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 100 deletions.
67 changes: 0 additions & 67 deletions cache/index.js

This file was deleted.

19 changes: 0 additions & 19 deletions cache/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions cache/tests/testIndex.js

This file was deleted.

3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ module.exports = {
'accumulate-request':require('./accumulate-request'),
'accumulate-response':require('./accumulate-response'),
analytics:require('./analytics'),
cache:require('./cache'),
'header-uppercase':require('./header-uppercase'),
oauth:require('./oauth'),
quota:require('./quota'),
'quota-memory':require('./quota-memory'),
spikearrest:require('./spikearrest'),
'transform-uppercase':require('./transform-uppercase')
}
}

0 comments on commit b649f06

Please sign in to comment.