Updated Projects (markdown)
diff --git a/Projects.md b/Projects.md
index dd06edc..1c7503e 100644
--- a/Projects.md
+++ b/Projects.md
@@ -97,6 +97,7 @@
 
 ## Caching
 
+  * [cache](https://github.com/chai2010/cache) - LevelDB style LRU cache for Go, support non GC object cache.
   * [cache2go](https://github.com/muesli/cache2go) - A caching library with expiration capabilities and access counters
   * [go-cache](http://patrickmylund.com/projects/go-cache/) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications
   * [golibs/cache](https://github.com/SimonWaldherr/golibs/tree/master/cache) - A tiny cache package