David Smith

David Smith

  • NA
  • 2k
  • 0

Decouple Class Assistance

Jul 31 2018 11:56 AM
Below is tight coupling class. The class contains the container for the Cache. How can I decouple this situation below.
 
 
 
The method here is also dependent on the underlying data structure that the cache uses.
 
How can I decouple this class below? Could someone give me some assistance below?

Answers (1)