Data storage and retrieval – cache or database

Featured Imgs 23

When my app loads I need to establish the membership "status" of a user. Their "status" will determine how the app behaves. Do I query the database for the "status" value each time the app loads, or can it be sourced from cache? The "status" could change for a user, not not very often. Thanks.