Skip to content

Tags: adelowo/onecache

Tags

2.6.2

Toggle 2.6.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fix panic in Memory store when deleting. Write lock wasn't acquired

2.6.1

Toggle 2.6.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
IF file could not be opened because it doesn't exists, return a "Cache

miss" error

2.6.0

Toggle 2.6.0's commit message

Unverified

This user has not yet uploaded their public signing key.
use os#IsNotExist to detect non existent files Don't open files just …

…to check if it exists, use os

#Stat instead

2.5.0

Toggle 2.5.0's commit message
updated changelog [ci skip]

2.4.1

Toggle 2.4.1's commit message
remove glide

2.4.0

Toggle 2.4.0's commit message
updated changelog

2.3.2

Toggle 2.3.2's commit message
Prevent garbage collection blocking other ops... GC is now being run …

…inside of a seperate goroutine

2.3.1

Toggle 2.3.1's commit message
Redis adapter should make use of the default prefix when the adapter …

…is automatically registered.

2.3.0

Toggle 2.3.0's commit message
Allowed third party cache stores integration

2.2.1

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