This is the Linux app named Gocache whose latest release can be downloaded as store_memcache_v4.2.1.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Gocache with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Gocache
DESCRIPTION
Guess what is Gocache? a Go cache library. This is an extendable cache library that brings you a lot of features for caching data. Multiple cache stores: actually in memory, redis, or your own custom store. A chain cache: use multiple cache with a priority order (memory then fallback to a redis shared cache for instance) A loadable cache: allow you to call a callback function to put your data back in cache. A metric cache to let you store metrics about your caches usage (hits, miss, set success, set error, ...) A marshaler to automatically marshal/unmarshal your cache values as a struct. Define default values in stores and override them when setting data. Cache invalidation by expiration time and/or using tags. Use of Generics. To begin working with the latest version of gocache, you can import the library in your project.
Features
- A loadable cache: allow you to call a callback function to put your data back in cache
- A metric cache to let you store metrics about your caches usage (hits, miss, set success, set error, ...)
- Multiple cache stores: actually in memory, redis, or your own custom store
- A chain cache: use multiple cache with a priority order (memory then fallback to a redis shared cache for instance)
- Define default values in stores and override them when setting data
- Cache invalidation by expiration time and/or using tags
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/gocache.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.