sm
/
cache
1
0
Fork 0
Commit Graph

23 Commits

Author SHA1 Message Date
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 2012-08-17 13:48:55 +02:00
Patrick Mylund Nielsen 0a962bf9eb Keep the same tense in docstrings, and remove a little ambiguity 2012-06-22 04:24:48 +01:00
Patrick Mylund Nielsen 2b93e5eceb Stay below 80 characters in width in the README as well 2012-06-22 04:04:21 +01:00
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 2012-06-22 03:50:10 +01:00
Patrick Mylund Nielsen 23661b37bd Point out why using go-cache might be desirable 2012-06-22 03:11:31 +01:00
Patrick Mylund Nielsen 3c46230312 use an integer example for the second to make it more obvious that the cache stores anything, not just strings 2012-05-10 11:58:45 -05:00
Patrick Mylund Nielsen b95b9110a4 Get ready for Go1 2012-02-12 00:15:25 +01:00
Patrick Mylund Nielsen 950a5926e8 s/used safely/safely used/ 2012-02-09 13:28:51 +01:00
Patrick Mylund Nielsen 6ce027cd0d s/database/persistent datastore/g 2012-01-29 05:46:26 +01:00
Patrick Mylund Nielsen 73233e97c3 Remove leading spaces from README 2012-01-29 05:42:07 +01:00
Patrick Mylund Nielsen fdcb2f0aa6 Uppercase C 2012-01-29 04:07:23 +01:00
Patrick Mylund Nielsen d5cd41da53 Note about channels being unserializable 2012-01-29 04:04:33 +01:00
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. 2012-01-29 03:45:11 +01:00
Patrick Mylund Nielsen 16b8921ca2 Last one? 2012-01-29 03:37:47 +01:00
Patrick Mylund Nielsen 8598a0c29a Touch-ups 2012-01-29 03:34:14 +01:00
Patrick Mylund Nielsen 0ff0a883b5 Notes on cache serialization 2012-01-29 03:27:01 +01:00
Patrick Mylund Nielsen a4f5f9088b Fix README line width 2012-01-15 12:00:21 -06:00
Patrick Mylund Nielsen 3a434fd350 Add import statement to examples 2012-01-04 10:08:41 +01:00
Patrick Mylund Nielsen 88b75b4791 Unclear about type assertion in pointer example 2012-01-04 08:30:26 +01:00
Patrick Mylund Nielsen e68e585c61 Even better spacing 2012-01-03 12:29:08 +01:00
Patrick Mylund Nielsen 783e6df827 Nicer spacing in library reference 2012-01-03 12:26:08 +01:00
Patrick Mylund Nielsen 9fbe1a4edd Library reference in README 2012-01-03 12:03:43 +01:00
Patrick Mylund Nielsen 741c94726a Added README 2012-01-02 14:13:36 +01:00