    [shove.stores]
    dbm=shove.store:DBMStore
    file=shove.store:FileStore
    sqlite=shove.store:SQLiteStore
    memory=shove.store:MemoryStore
    simple=shove.store:SimpleStore
    [shove.caches]
    file=shove.cache:FileCache
    filelru=shove.cache:FileLRUCache
    sqlite=shove.cache:SQLiteCache
    memlru=shove.cache:MemoryLRUCache
    memory=shove.cache:MemoryCache
    simple=shove.cache:SimpleCache
    simplelru=shove.cache:SimpleLRUCache
    