This application provides 3 ServiceActions:
Timer
There is a timer called "fakeCacheDeleteExpired" used to delete all expired caches.
If you use the "fakeCache_Get" to retrieve a cache that is still present on the DB but it's expired, it won't be retrieved.
Service Actions
The actions available to be consumed are Service Actions, so even if your code is aborted after setting a cache, the cache will not be aborted and still exist.
Technical Details
For fast Read/Write, the only indexed column is the Primary Key "Key" column.