Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Nov 1, 2013
2 parents 3a20746 + c62241b commit d0644dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TRANSITION.md
Expand Up @@ -35,6 +35,7 @@ $angularCacheFactory('myNewCache', {
maxAge: 90000, // Items added to this cache expire after 15 minutes
deleteOnExpire: 'passive' // Items will be passively deleted when requested after expiration
});
```

Do nothing with expired items (not in 1.x.x).
```javascript
Expand Down Expand Up @@ -91,4 +92,4 @@ cache.get('someKey', {
// do something with expired item
}
});
```
```

0 comments on commit d0644dc

Please sign in to comment.