Skip to content

Instantly share code, notes, and snippets.

@robUx4
Created February 20, 2015 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robUx4/f5c9dbeb9782408c2f91 to your computer and use it in GitHub Desktop.
Save robUx4/f5c9dbeb9782408c2f91 to your computer and use it in GitHub Desktop.
Example CPG with hashmap cache
{
"fields": [
{
"name": "ACCOUNT",
"type": "String",
"isKey": true,
},
{
"name": "DOMAIN",
"type": "String",
"isKey": true,
},
{
"name": "COOKIES",
"type": "String",
"nullable": false,
},
],
"idField": ["ACCOUNT", "DOMAIN"],
"dataSources": ["SqliteMapDataSource"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment