clintirving / entity-framework-you

MIT License
4 stars 2 forks source link

Allow the scope of responsibility cache for a login to be set via code. #28

Open clintirvingEAX opened 2 years ago

clintirvingEAX commented 2 years ago

Currently the scope of responsibility it only fetched from the DB, and then optionally cached.

Since we already have an in-memory cache of the scope of responsibility, let's allow the cache to be manipulated.