Commit Graph

26 Commits (baa5a64da453d8cd063ac9f54b3704c64920dd99)

Author SHA1 Message Date
Patrick Mylund Nielsen 1fc39f1402 Add ItemCount method description to README reference
Patrick Mylund Nielsen 1140511315 Condense the reference in the README by removing the duplicate descriptions and providing one general one for all of them
Patrick Mylund Nielsen d5d03c28d4 Add specialized increment and decrement methods
Patrick Mylund Nielsen 72916cf4df Update README to reflect API change: IncrementFloat now only works on float32 and float64, and the use of Decrement should be encouraged over Increment (with a negative number) since Increment converting a negative signed integer to an unsigned integer probably isn't the intended behavior
Patrick Mylund Nielsen 0a962bf9eb Keep the same tense in docstrings, and remove a little ambiguity
Patrick Mylund Nielsen 2b93e5eceb Stay below 80 characters in width in the README as well
Patrick Mylund Nielsen aa7f52c169 Be clearer about the defaults, <80 width for the janitor comment, and remove 'default cleanup interval' -- there can be only one
Patrick Mylund Nielsen 23661b37bd Point out why using go-cache might be desirable
Patrick Mylund Nielsen 3c46230312 use an integer example for the second to make it more obvious that the cache stores anything, not just strings
Patrick Mylund Nielsen b95b9110a4 Get ready for Go1
Patrick Mylund Nielsen 950a5926e8 s/used safely/safely used/
Patrick Mylund Nielsen 6ce027cd0d s/database/persistent datastore/g
Patrick Mylund Nielsen 73233e97c3 Remove leading spaces from README
Patrick Mylund Nielsen fdcb2f0aa6 Uppercase C
Patrick Mylund Nielsen d5cd41da53 Note about channels being unserializable
Patrick Mylund Nielsen 88f8307726 Changed the line about serialization to avoid confusion. We do do that now (via Save), but not in the way this referred to.
Patrick Mylund Nielsen 16b8921ca2 Last one?
Patrick Mylund Nielsen 8598a0c29a Touch-ups
Patrick Mylund Nielsen 0ff0a883b5 Notes on cache serialization
Patrick Mylund Nielsen a4f5f9088b Fix README line width
Patrick Mylund Nielsen 3a434fd350 Add import statement to examples
Patrick Mylund Nielsen 88b75b4791 Unclear about type assertion in pointer example
Patrick Mylund Nielsen e68e585c61 Even better spacing
Patrick Mylund Nielsen 783e6df827 Nicer spacing in library reference
Patrick Mylund Nielsen 9fbe1a4edd Library reference in README
Patrick Mylund Nielsen 741c94726a Added README