Patrick Mylund Nielsen
|
c9f5754801
|
Add O(1) ItemCount method to retrieve items currently in the cache map (whether expired and not cleaned up or not)
|
12 years ago |
Patrick Mylund Nielsen
|
d5d03c28d4
|
Add specialized increment and decrement methods
|
12 years ago |
Sergey Shepelev
|
a768a84319
|
Save/LoadFile must close file
|
12 years ago |
Patrick Mylund Nielsen
|
b3a957a46c
|
Handle float64 and int64 Increment/Decrement separately, and don't use Increment(-n) in Decrement to support uints
|
12 years ago |
Patrick Mylund Nielsen
|
9cc10f6f2f
|
Use a type switch instead, and Use unexported NewSharded in test
|
12 years ago |
Patrick Mylund Nielsen
|
13225a8ae4
|
Unexport the shardedcache interface and implementation until both the API and implementation are solid
|
12 years ago |
Patrick Mylund Nielsen
|
15cda21ff4
|
Add an interface, embed the mutex, and unexport some unnecessarily exported fields
|
13 years ago |
Patrick Mylund Nielsen
|
bf97a87cc7
|
Cleaner bucket selection
|
13 years ago |
Patrick Mylund Nielsen
|
52c269d8ae
|
Testing a sharded cache. Could be useful for massively parallel applications
|
13 years ago |
Patrick Mylund Nielsen
|
0a962bf9eb
|
Keep the same tense in docstrings, and remove a little ambiguity
|
13 years ago |
Patrick Mylund Nielsen
|
8f6294df58
|
Remove unused Version const
|
13 years ago |
Patrick Mylund Nielsen
|
026efae39f
|
Stay below 80 chars in width
|
13 years ago |
Patrick Mylund Nielsen
|
724bd0e963
|
Move comment explaining the manual mutex unlocking down to the first place where we actually do it
|
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
|
8495026156
|
c can be collected. It isn't necessarily (right after)
|
13 years ago |
Patrick Mylund Nielsen
|
74f0b20353
|
Don't fmt.Println warning if gob.Register fails--just return an err
|
13 years ago |
Patrick Mylund Nielsen
|
8805e79189
|
Properly handle Gob panic
|
13 years ago |
Patrick Mylund Nielsen
|
91bd4334f1
|
Don't use defer for mutex unlocking (it currently adds ~200ns)
|
13 years ago |
Patrick Mylund Nielsen
|
13b338b204
|
Modify error on Gob panic
|
13 years ago |
Patrick Mylund Nielsen
|
dfeb3cfa2b
|
No reason to use *sync.Mutex
|
13 years ago |
Patrick Mylund Nielsen
|
ef0ef15586
|
Newline after the error message, or url gets concatenated with the stack trace
|
13 years ago |
Patrick Mylund Nielsen
|
bbb477e5bd
|
Version 1.0
Added Version constant
|
13 years ago |
Patrick Mylund Nielsen
|
106d5795c8
|
Remind me why the README needed to be in cache.go
|
13 years ago |
Patrick Mylund Nielsen
|
c2c31db092
|
Ditto for source file
|
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
|
98c2ce9eb4
|
Cache serialization
|
13 years ago |
Patrick Mylund Nielsen
|
d05b5eb27a
|
Fixed widths in top section of cache.go
|
13 years ago |
Patrick Mylund Nielsen
|
ac1a1aeef9
|
Increment should return an error if the targeted item has expired
|
13 years ago |
Patrick Mylund Nielsen
|
3a434fd350
|
Add import statement to examples
|
13 years ago |
Patrick Mylund Nielsen
|
9e6775b151
|
Back to weekly
|
13 years ago |
Patrick Mylund Nielsen
|
62a061f1f4
|
Add/Replace atomicity for r60.3
|
13 years ago |
Patrick Mylund Nielsen
|
e6e2a3d192
|
Complete atomicity for Add and Replace
|
13 years ago |
Patrick Mylund Nielsen
|
88b75b4791
|
Unclear about type assertion in pointer example
|
13 years ago |
Patrick Mylund Nielsen
|
c6060554ee
|
Back to following weekly
|
13 years ago |
Patrick Mylund Nielsen
|
1f826dd9de
|
Compatability with 60.3
|
13 years ago |
Patrick Mylund Nielsen
|
9fbe1a4edd
|
Library reference in README
|
13 years ago |
Patrick Mylund Nielsen
|
c84223dab4
|
Typo
|
13 years ago |
Patrick Mylund Nielsen
|
8f430150d6
|
Expires bool is redundant with pointer to Time
|
13 years ago |
Patrick Mylund Nielsen
|
99360acb31
|
V should be Item
|
13 years ago |
Patrick Mylund Nielsen
|
741c94726a
|
Added README
|
13 years ago |
Patrick Mylund Nielsen
|
ca7e0d4f78
|
gofmt and redundant 'if it was enabled'
|
13 years ago |
Patrick Mylund Nielsen
|
ac5b195364
|
store/cache
|
13 years ago |
Patrick Mylund Nielsen
|
a78bca69e4
|
Added Add and Replace commands
|
13 years ago |
Patrick Mylund Nielsen
|
2a304e4c5c
|
Added Increment/Decrement
|
13 years ago |
Patrick Mylund Nielsen
|
848f8b6c3a
|
Clarification about storing pointers; renamed Purge to Flush (like Memcache)
|
13 years ago |
Patrick Mylund Nielsen
|
3088a9aad8
|
Initial commit
|
13 years ago |