[CCACHE-20] Add some examples to github page Created: 08/Feb/12 Updated: 19/Feb/12 |
|
| Status: | Open |
| Project: | core.cache |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Juha Syrjälä | Assignee: | Fogus |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Could you add some examples on how to use core.cache to github readme? |
| Comments |
| Comment by Fogus [ 19/Feb/12 6:24 PM ] |
|
Can do. In the meantime checkout how core.memoize uses it at https://github.com/clojure/core.memoize/blob/master/src/main/clojure/clojure/core/memoize.clj#L50 I think I might bring this through fn into core.cache in a more generic way. |