Tags: adelowo/onecache
Toggle 2.6.2's commit message
Fix panic in Memory store when deleting. Write lock wasn't acquired
Toggle 2.6.1's commit message
IF file could not be opened because it doesn't exists, return a "Cache
miss" error
Toggle 2.6.0's commit message
use os#IsNotExist to detect non existent files Don't open files just …
…to check if it exists, use os
#Stat instead
Toggle 2.5.0's commit message
updated changelog [ci skip]
Toggle 2.4.1's commit message
Toggle 2.4.0's commit message
Toggle 2.3.2's commit message
Prevent garbage collection blocking other ops... GC is now being run …
…inside of a seperate goroutine
Toggle 2.3.1's commit message
Redis adapter should make use of the default prefix when the adapter …
…is automatically registered.
Toggle 2.3.0's commit message
Allowed third party cache stores integration
Toggle 2.2.1's commit message
- Fixed race condition in tests for the memory and filesystem stores
Improvements to the memory store as to how data are stored
You can’t perform that action at this time.