Software Engineering KB

Home

❯

03 Data Management

❯

05 Caching

❯

01 Concept

❯

Application Level Cache

Application-Level Cache

Feb 10, 20261 min read

  • caching
  • layers
  • application-level

Application-Level Cache

← Back to Caching Layers

In-memory caches within the application process. Fast but local to each instance (not shared across instances).

Key Properties

  • Guava Cache
  • Caffeine Cache
  • Local Process Cache

caching layers application-level


Graph View

  • Application-Level Cache
  • Key Properties

Backlinks

  • Caching Layers
  • Caffeine Cache
  • Guava Cache

Created with Quartz v4.5.2 © 2026

  • GitHub