All Projects → orkunkaraduman → Go Cache

orkunkaraduman / Go Cache

Licence: bsd-3-clause
Go in-memory cache library

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Go Cache

Cache Chunk Store
In-memory LRU (least-recently-used) cache for abstract-chunk-store compliant stores
Stars: ✭ 24 (+60%)
Mutual labels:  cache, in-memory
Keshi
A better in-memory cache for Node and the browser
Stars: ✭ 75 (+400%)
Mutual labels:  cache, in-memory
Libcache
A Lightweight in-memory key:value cache library for Go.
Stars: ✭ 152 (+913.33%)
Mutual labels:  cache, in-memory
Ignite Book Code Samples
All code samples, scripts and more in-depth examples for the book high performance in-memory computing with Apache Ignite. Please use the repository "the-apache-ignite-book" for Ignite version 2.6 or above.
Stars: ✭ 86 (+473.33%)
Mutual labels:  cache, in-memory
Gcache
An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC
Stars: ✭ 1,787 (+11813.33%)
Mutual labels:  cache, in-memory
Olric
Distributed cache and in-memory key/value data store. It can be used both as an embedded Go library and as a language-independent service.
Stars: ✭ 2,067 (+13680%)
Mutual labels:  cache, in-memory
incache
Powerful key/value in-memory storage or on disk to persist data
Stars: ✭ 16 (+6.67%)
Mutual labels:  cache, in-memory
Httpcache
Get a working HTTP Cache in Go (Golang) with only 3 lines of code!!!!
Stars: ✭ 17 (+13.33%)
Mutual labels:  cache
Key Cache
Storing data in the form of key into the file
Stars: ✭ 8 (-46.67%)
Mutual labels:  cache
Lazycache
An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
Stars: ✭ 901 (+5906.67%)
Mutual labels:  cache
React Native Cached Image
CachedImage component for react-native
Stars: ✭ 890 (+5833.33%)
Mutual labels:  cache
Deepcache
Cache design for CNN on mobile
Stars: ✭ 22 (+46.67%)
Mutual labels:  cache
Gparticlesio
Simple IO transfer particles cache in DCC application
Stars: ✭ 8 (-46.67%)
Mutual labels:  cache
Simple Cache
An easy to use Caching trait for Laravel's Eloquent Models.
Stars: ✭ 19 (+26.67%)
Mutual labels:  cache
Cachep2p
"More users = More capacity"
Stars: ✭ 855 (+5600%)
Mutual labels:  cache
Go Reflectx
Go reflection library to find struct field by its tag
Stars: ✭ 19 (+26.67%)
Mutual labels:  cache
Rw File Cache
🗄️ PHP File-based Caching Library
Stars: ✭ 10 (-33.33%)
Mutual labels:  cache
Outputcache
Cache api responses using Redis, Memcached or any cache provider for NodeJS
Stars: ✭ 9 (-40%)
Mutual labels:  cache
Go Cache Demo
Demo repository on how to use server side cache in Go
Stars: ✭ 26 (+73.33%)
Mutual labels:  cache
Mlcache
A library make cache easily
Stars: ✭ 9 (-40%)
Mutual labels:  cache

cache

Package cache offers concurrency safe in-memory cache based on b-tree and hash-map indexing. All methods of Cache struct are concurrency safe and operates cache atomically.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].