i like to know how to store data in cache like i want to cache full data table data for next 10 minute and i want after 10 minute cache will be invalidated automatically and again data will be loaded from db and cached again. so guide me how to set cache expiration for next 10 minute ?
also guide me when data is coming from cache then how could i invalidate cache data manually before 10 minute as a result data will be fetch again from db and cached. thanks

Go to the complete details ...