iteatimeteam / ClaretCache

【声明:未发布前,勿使用,勿star,预计2020年10月底发布】ClaretCache YYKit-Cache模块Swift版本。iTeaTime(技术清谈)团队出品。
MIT License
28 stars 18 forks source link

[add][MemoryCache] add `LinkedMap` , `LinkedMapNode` Class and Linked… #16

Closed birdmichael closed 5 years ago

birdmichael commented 5 years ago

add class LinkedMapNode add class LinkedMap import func

    func insert(atHead node: LinkedMapNode) {
    }.
    func bring(toHead node: LinkedMapNode) { 
    }
    func remove(_ node: LinkedMapNode) {
    }
    func removeTail() -> LinkedMapNode? {
    }
    func removeAll() { 
    }

CheckList

Thanks for considering to this repository. Before you submit your issue, please confirm these boxes are checked.

My issue:


What I have done:

0x1306a94 commented 5 years ago

LGTM