awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesDisk-Backed Caches

Java libraries that implement disk-backed caches with atomic read and write operations.

Distinct from Java Utility Libraries: Distinct from Java Utility Libraries: focuses specifically on disk-backed caching rather than general utilities.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Disk-Backed Caches. Refine with filters or upvote what's useful.

Awesome Disk-Backed Caches GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jakewharton/disklrucacheAvatar JakeWharton

    JakeWharton/DiskLruCache

    5,783Vezi pe GitHub↗

    DiskLruCache is a disk-backed key-value cache library for Android and Java environments that stores data on the filesystem within a configurable byte limit. It uses a least-recently-used (LRU) eviction policy to automatically remove old entries when the cache exceeds its allocated size, and maintains a journal file to reconstruct its in-memory state after a process restart. The cache provides atomic write operations that first write new data to a temporary file before atomically renaming it, preventing partial or corrupted reads during concurrent access. It returns frozen snapshots of cache e

    Provides a Java implementation of a disk-backed cache with atomic read and write operations.

    Java
    Vezi pe GitHub↗5,783
  1. Home
  2. Programming Languages & Runtimes
  3. Java Utility Libraries
  4. Disk-Backed Caches