Ability to override OrmLiteCacheClient to change CacheEntry table name
However it would be best to accomplish, it would be rad to be able to have our own Alias for the CacheEntry object inside OrmLiteCacheClient. We are sharing a database between multiple web apps, but don't want to share the same CacheEntry table.
1
vote

The CacheEntry table can be replaced with
OrmLiteCacheClient generic class, an example of this is in v4.5.6: http://docs.servicestack.net/releases/v4.5.6#sql-server-features