AWS Certified Developer Associate DVA-C02 Practice Question
Implementing a lazy loading caching strategy means that the cache will only be populated with data when there is a cache miss, and this data will be retained until explicitly removed or evicted based on least recently used (LRU) criteria.
True
False