Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-05 | I mergered Bu::CPtr into Bu::Cache as Bu::Cache::Ptr. This makes more sense to | Mike Buland | |
me, is much less messy, and makes the syntax work a little better for me as well. What the hell was a CPtr? Who knows, but a Cache::Ptr, that makes sense. Also, fewer includes to deal with now, just need Cache and you're set. Oh, also, made Cache::Ptr behave much more like a regular pointer, they can be assigned now, as well as created empty (NULL). | |||
2008-12-01 | Wow, that's a lot of changes. You can use anything as a key now, as long as it | Mike Buland | |
can be hashed. And we're about to test actually loading and saving persistant cache items. Fun. | |||
2008-10-08 | Hey, more cachey goo! | Mike Buland | |