You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I was wondering what happens when the cache is expired. Does Yii call the flush method? Are the values deleted from the cache.
For example, in an AWS Environment, with ElastiCache Redis, configures with Yii, does Yii delete the redis cache from aws when it has expired?
Thanks.
The text was updated successfully, but these errors were encountered:
@tehmaestro expiry of a cache value usually means the cache engine will delete the record. Please refer to the documentation of the cache system for more details.
Hi. I was wondering what happens when the cache is expired. Does Yii call the flush method? Are the values deleted from the cache.
For example, in an AWS Environment, with ElastiCache Redis, configures with Yii, does Yii delete the redis cache from aws when it has expired?
Thanks.
The text was updated successfully, but these errors were encountered: