28 Commits (7d1d6d6ae935664bc8b80ab2b1fc7ab77a7e46da)

Author SHA1 Message Date
Patrick Mylund Nielsen 3ff6a5407e Reference 'go doc' in the README 11 years ago
Patrick Mylund Nielsen c383ebd2ba Remove go doc-style reference from README since go doc now shows public methods from (private) embedded structs 11 years ago
Patrick Mylund Nielsen 1fc39f1402 Add ItemCount method description to README reference 12 years ago
Patrick Mylund Nielsen 1140511315 Condense the reference in the README by removing the duplicate descriptions and providing one general one for all of them 12 years ago
Patrick Mylund Nielsen d5d03c28d4 Add specialized increment and decrement methods 12 years ago
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 12 years ago
Patrick Mylund Nielsen 0a962bf9eb Keep the same tense in docstrings, and remove a little ambiguity 13 years ago
Patrick Mylund Nielsen 2b93e5eceb Stay below 80 characters in width in the README as well 13 years ago
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 13 years ago
Patrick Mylund Nielsen 23661b37bd Point out why using go-cache might be desirable 13 years ago
Patrick Mylund Nielsen 3c46230312 use an integer example for the second to make it more obvious that the cache stores anything, not just strings 13 years ago
Patrick Mylund Nielsen b95b9110a4 Get ready for Go1 13 years ago
Patrick Mylund Nielsen 950a5926e8 s/used safely/safely used/ 13 years ago
Patrick Mylund Nielsen 6ce027cd0d s/database/persistent datastore/g 13 years ago
Patrick Mylund Nielsen 73233e97c3 Remove leading spaces from README 13 years ago
Patrick Mylund Nielsen fdcb2f0aa6 Uppercase C 13 years ago
Patrick Mylund Nielsen d5cd41da53 Note about channels being unserializable 13 years ago
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. 13 years ago
Patrick Mylund Nielsen 16b8921ca2 Last one? 13 years ago
Patrick Mylund Nielsen 8598a0c29a Touch-ups 13 years ago
Patrick Mylund Nielsen 0ff0a883b5 Notes on cache serialization 13 years ago
Patrick Mylund Nielsen a4f5f9088b Fix README line width 13 years ago
Patrick Mylund Nielsen 3a434fd350 Add import statement to examples 13 years ago
Patrick Mylund Nielsen 88b75b4791 Unclear about type assertion in pointer example 13 years ago
Patrick Mylund Nielsen e68e585c61 Even better spacing 13 years ago
Patrick Mylund Nielsen 783e6df827 Nicer spacing in library reference 13 years ago
Patrick Mylund Nielsen 9fbe1a4edd Library reference in README 13 years ago
Patrick Mylund Nielsen 741c94726a Added README 13 years ago