Skip to content

Tags: gozeloglu/cache

Tags

v0.7.1

Toggle v0.7.1's commit message
Add defer for Unlock mutex

* Refactored mu.Unlock lines and added defer statement for more safety.

Signed-off-by: Gökhan Özeloğlu <[email protected]>

v0.7.0

Toggle v0.7.0's commit message
Update README

Signed-off-by: Gökhan Özeloğlu <[email protected]>

v0.6.0

Toggle v0.6.0's commit message
Add doc.go

Signed-off-by: Gökhan Özeloğlu <[email protected]>

v0.5.0

Toggle v0.5.0's commit message
Refactor item Key

Item.Key type converted from string to interface{}. Functions parameter and
returns types changed to interface{}.

Signed-off-by: Gökhan Özeloğlu <[email protected]>

v0.4.0

Toggle v0.4.0's commit message
Add Cap() function

All lines that uses Cap are refactored with Cap() function.
Tests added for Cap().
README and main.go updated.

Signed-off-by: Gökhan Özeloğlu <[email protected]>

v0.3.0

Toggle v0.3.0's commit message
Add Len() function

All lines that uses Len are refactored with Len() function.
Test added for Len().
README and main.go updated

Signed-off-by: Gökhan Özeloğlu <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
Add Peek() example

Example code added in main.go and README

Signed-off-by: Gökhan Özeloğlu <[email protected]>

v0.1.0

Toggle v0.1.0's commit message
Update documentation

Signed-off-by: Gökhan Özeloğlu <[email protected]>