first commit
This commit is contained in:
5
app/utils/cache_key_generator.js
Normal file
5
app/utils/cache_key_generator.js
Normal file
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function generateCacheKey(database, affectedTables) {
|
||||
return database + ":" + affectedTables.join(',');
|
||||
};
|
||||
Reference in New Issue
Block a user