Cache

  • Temporary Storage area that stores result of expensive queries or frequently accessed data in memory.
    • This helps in serving the future queries faster.
  • Application performance is affected greatly by calling the database repeatedly. Cache mitigates this problem.