All Projects → goenning → Go Cache Demo

goenning / Go Cache Demo

Licence: mit
Demo repository on how to use server side cache in Go

Programming Languages

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

Labels

Projects that are alternatives of or similar to Go Cache Demo

Rome
Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory and many others
Stars: ✭ 724 (+2684.62%)
Mutual labels:  cache
Once
A magic memoization function
Stars: ✭ 821 (+3057.69%)
Mutual labels:  cache
Deepcache
Cache design for CNN on mobile
Stars: ✭ 22 (-15.38%)
Mutual labels:  cache
Gocache
☔️ A complete Go cache library that brings you multiple ways of managing your caches
Stars: ✭ 775 (+2880.77%)
Mutual labels:  cache
Django Cachalot
No effort, no worry, maximum performance.
Stars: ✭ 790 (+2938.46%)
Mutual labels:  cache
Go Reflectx
Go reflection library to find struct field by its tag
Stars: ✭ 19 (-26.92%)
Mutual labels:  cache
Xmemcached
High performance, easy to use multithreaded memcached client in java.
Stars: ✭ 715 (+2650%)
Mutual labels:  cache
Hazelcast Hibernate
A distributed second-level cache for Hibernate
Stars: ✭ 24 (-7.69%)
Mutual labels:  cache
Cleanmywechat
自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。
Stars: ✭ 816 (+3038.46%)
Mutual labels:  cache
Httpcache
Get a working HTTP Cache in Go (Golang) with only 3 lines of code!!!!
Stars: ✭ 17 (-34.62%)
Mutual labels:  cache
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (+2880.77%)
Mutual labels:  cache
Java Knowledge Mind Map
【🌱🌱Java服务端知识技能图谱】用思维脑图梳理汇总Java服务端知识技能
Stars: ✭ 787 (+2926.92%)
Mutual labels:  cache
Lazycache
An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
Stars: ✭ 901 (+3365.38%)
Mutual labels:  cache
Vimediacache
Cache media file while play media using AVPlayer
Stars: ✭ 758 (+2815.38%)
Mutual labels:  cache
Vue Navigation
A page navigation library, record routes and cache pages, like native app navigation. 一个页面导航库,记录路由并缓存页面,像原生APP导航一样。
Stars: ✭ 920 (+3438.46%)
Mutual labels:  cache
React Native Img Cache
Image Cache for React Native
Stars: ✭ 724 (+2684.62%)
Mutual labels:  cache
React Native Cached Image
CachedImage component for react-native
Stars: ✭ 890 (+3323.08%)
Mutual labels:  cache
Cache Chunk Store
In-memory LRU (least-recently-used) cache for abstract-chunk-store compliant stores
Stars: ✭ 24 (-7.69%)
Mutual labels:  cache
Cache Service Provider
A Cache Service Provider for Silex, using the doctrine/cache package
Stars: ✭ 23 (-11.54%)
Mutual labels:  cache
Simple Cache
An easy to use Caching trait for Laravel's Eloquent Models.
Stars: ✭ 19 (-26.92%)
Mutual labels:  cache

Server-side cache with Go

Read more about this at https://goenning.net/2017/03/18/server-side-cache-go/.

How to use it

  • Clone this repository
  • Install glide (https://github.com/Masterminds/glide)
  • Run glide install while on project root folder
  • Run make run-memory or make run-redis to start the web application
  • If you want to use redis, make sure you have a redis server running locally. If you don't start a new redis docker container by running docker-compose up -d
  • Navigate to http://localhost:8080

Demo application

You can see this application running live on https://go-cache-demo.herokuapp.com/

Happy Coding! :)

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].