cache-lite
Cache library
An extremely lightweight cache framework demonstrating basic caching concepts and operations in Kotlin.
An extremely lite-weight cache framework in Kotlin, demonstrating how cache works.
134 stars
5 watching
11 forks
last commit: almost 4 years ago
Linked from 1 awesome list
cachecache-litekotlintutorialtutorial-codetutorial-sourcecodetutorials
Related projects:
Repository | Description | Stars |
---|---|---|
| A Kotlin wrapper around Caffeine providing a simple and suspendable way to work with caches. | 174 |
| A Swift caching library that provides a simple interface for caching data in memory and on disk. | 213 |
| A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,072 |
| An efficient multi-layered caching system for .NET applications | 614 |
| A simple HTTP client cache library that allows developers to easily implement caching in their applications. | 83 |
| A wrapper around AsyncStorage with cache expiration and a simple API for storing and retrieving data. | 45 |
| Caching middleware for Koa.js applications | 6 |
| A PHP module that provides an in-process cache extension. | 51 |
| An implementation of HTTP caching in .NET Core and 4.5.2+ for both client and server | 857 |
| A thread-safe, expiration-aware cache implementation with LRU-like behavior and configurable segments. | 44 |
| A cache library for D programming language supporting multiple backend storage options including memory, Redis, and memcached. | 6 |
| An extension to Caffeine caching library adding support for Kotlin Coroutines | 8 |
| A general caching facility for Common Lisp | 18 |
| A tool that helps manage and optimize caching in web applications to improve performance. | 0 |
| A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. | 37 |