{"id":21602387,"url":"https://github.com/a-patel/litexcache","last_synced_at":"2025-04-11T02:33:38.849Z","repository":{"id":109325587,"uuid":"130591635","full_name":"a-patel/LiteXCache","owner":"a-patel","description":"LiteXCache is simple yet powerful and very high performance cache mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of caching which can help us to handle caching more easier!","archived":false,"fork":false,"pushed_at":"2023-01-06T20:36:00.000Z","size":163,"stargazers_count":9,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-08T12:16:20.629Z","etag":null,"topics":["asp-net-core","aspnet-core","aspnetcore","cache","cachehelper","cachemanager","cacheutility","caching","csharp","litex","memcache","memcached","memorycache","netcore","nuget","redis","rediscache","rediscachemanager","sqlite","stackexchange"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a-patel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["a-patel"],"patreon":"iamaashishpatel","open_collective":"iamaashishpatel","tidelift":"nuget/LiteX.Cache","custom":"https://www.buymeacoffee.com/iamaashishpatel","ko_fi":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2018-04-22T17:38:53.000Z","updated_at":"2023-06-22T21:44:16.000Z","dependencies_parsed_at":"2023-07-26T22:15:07.048Z","dependency_job_id":null,"html_url":"https://github.com/a-patel/LiteXCache","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-patel%2FLiteXCache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-patel%2FLiteXCache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-patel%2FLiteXCache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-patel%2FLiteXCache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a-patel","download_url":"https://codeload.github.com/a-patel/LiteXCache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247838447,"owners_count":21004580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","aspnet-core","aspnetcore","cache","cachehelper","cachemanager","cacheutility","caching","csharp","litex","memcache","memcached","memorycache","netcore","nuget","redis","rediscache","rediscachemanager","sqlite","stackexchange"],"created_at":"2024-11-24T19:13:15.213Z","updated_at":"2025-04-11T02:33:38.835Z","avatar_url":"https://github.com/a-patel.png","language":null,"readme":"# LiteXCache\n\n\u003e LiteXCache is simple yet powerful and very high performance cache mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of caching which can help us to handle caching more easier!\n\n\n\n\nProvide Storage service for ASP.NET Core (2.0 and later) applications.\n\nSmall library to abstract caching functionalities. Quick setup for any caching provider and very simple wrapper for widely used providers. LiteX Cache uses the least common denominator of functionality between the supported providers to build a caching solution. Abstract interface to implement any kind of basic caching services. Having a default/generic implementation to wrap the MemoryCache, Redis Cache, Memcached, SQLite, HTTP Request cache and independent on the underlying caching framework(s).\n\nVery simple configuration in advanced ways. Purpose of this package is to bring a new level of ease to the developers who deal with different caching provider integration with their system and implements many advanced features. You can also write your own and extend it also extend existing providers. Easily migrate or switch between one to another provider with no code breaking changes.\n\nLiteXCache is an interface to unify the programming model for various cache providers. The Core library contains all base interfaces and tools. One should install at least one other LiteXCache package to get caching mechanism implementation. \n\nAchieve significant performance by better use of Http request cache for other external cache providers (Redis, Memcached, SQLite etc).\n\n\n\n\n\n## Cache Providers :books:\n\n- [InMemory](docs/InMemory.md) [![](https://img.shields.io/nuget/dt/LiteX.Cache.svg)](https://www.nuget.org/packages/LiteX.Cache/) [![](https://img.shields.io/nuget/v/LiteX.Cache.svg)](https://www.nuget.org/packages/LiteX.Cache/)\n- [Redis](docs/Redis.md) [![](https://img.shields.io/nuget/dt/LiteX.Cache.Redis.svg)](https://www.nuget.org/packages/LiteX.Cache.Redis/) [![](https://img.shields.io/nuget/v/LiteX.Cache.Redis.svg)](https://www.nuget.org/packages/LiteX.Cache.Redis/)\n- [Memcached](docs/Memcached.md) [![](https://img.shields.io/nuget/dt/LiteX.Cache.Memcached.svg)](https://www.nuget.org/packages/LiteX.Cache.Memcached/) [![](https://img.shields.io/nuget/v/LiteX.Cache.Memcached.svg)](https://www.nuget.org/packages/LiteX.Cache.Memcached/)\n- [SQLite](docs/SQLite.md) [![](https://img.shields.io/nuget/dt/LiteX.Cache.SQLite.svg)](https://www.nuget.org/packages/LiteX.Cache.SQLite/) [![](https://img.shields.io/nuget/v/LiteX.Cache.SQLite.svg)](https://www.nuget.org/packages/LiteX.Cache.SQLite/)\n\n\n\n## Features :pager:\n\n- Multiple provider support (using provider factory)\n- Cache any type of data\n- Cache data for specific time\n- Distributed Cache\n- Async compatible\n- Cache Removal and Flush support\n- Many other features\n- Simple API with familiar sliding or absolute expiration\n- Guaranteed single evaluation of your factory delegate whose results you want to cache\n- Strongly typed generics based API. No need to cast your cached objects every time you retrieve them\n- Thread safe, concurrency ready\n- Obsolete sync methods\n- Interface based API to support the test driven development and dependency injection\n- Leverages a provider model on top of ILiteXCacheManager under the hood and can be extended with your own implementation\n\n\n\n## Basic Usage :page_facing_up:\n\n### Step 1 : Install the package :package:\n\n\u003e Choose one kinds of caching type that you needs and install it via [Nuget](https://www.nuget.org/profiles/iamaashishpatel).\n\u003e To install LiteXCache, run the following command in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console)\n\n```Powershell\nPM\u003e Install-Package LiteX.Cache\nPM\u003e Install-Package LiteX.Cache.Redis\nPM\u003e Install-Package LiteX.Cache.Memcached\nPM\u003e Install-Package LiteX.Cache.SQLite\n```\n\n\n### Step 2 : Configuration 🔨\n\n\u003e Different types of caching provider have their own way to config.\n\u003e Here are samples that show you how to config.\n\n##### 2.1 : AppSettings\n\n```js\n{\n  //LiteX InMemory Cache settings (Optional)\n  \"InMemoryConfig\": {\n    \"EnableLogging\": true\n  },\n  \n  //LiteX Redis Cache settings\n  \"RedisConfig\": {\n    \"RedisCachingConnectionString\": \"127.0.0.1:6379,ssl=False\",\n    \"EnableLogging\": true\n  },\n\n  //LiteX Memcached Cache settings (don't use this option)\n  \"MemcachedConfig\": {\n    \"EnableLogging\": true\n  },\n\n  //LiteX SQLite Config settings (Optional)\n  \"SQLiteConfig\": {\n    \"FilePath\": \"\",\n    \"FileName\": \"\",\n    \"EnableLogging\": true\n  }\n}\n```\n\n\n##### 2.2 : Configure Startup Class\n\n```cs\npublic class Startup\n{\n    public void ConfigureServices(IServiceCollection services)\n    {\n        #region LiteX Caching (InMemory)\n\n        // 1. Use default configuration from appsettings.json's 'InMemoryConfig'\n        services.AddLiteXCache();\n\n        //OR\n        // 2. Load configuration settings using options.\n        services.AddLiteXCache(option =\u003e\n        {\n            option.EnableLogging = false;\n        });\n\n        //OR\n        // 3. Load configuration settings on your own.\n        // (e.g. appsettings, database, hardcoded)\n        var inMemoryConfig = new InMemoryConfig()\n        {\n            EnableLogging = false,\n        };\n        services.AddLiteXCache(inMemoryConfig);\n\n        #endregion\n\n        #region LiteX Caching (Redis)\n\n        // 1. Use default configuration from appsettings.json's 'RedisConfig'\n        services.AddLiteXRedisCache();\n\n        //OR\n        // 2. Load configuration settings using options.\n        services.AddLiteXRedisCache(option =\u003e\n        {\n            option.RedisCachingConnectionString = \"127.0.0.1:6379,ssl=False\";\n            //option.PersistDataProtectionKeysToRedis = true;\n            option.EnableLogging = false;\n        });\n\n        //OR\n        // 3. Load configuration settings on your own.\n        // (e.g. appsettings, database, hardcoded)\n        var redisConfig = new RedisConfig()\n        {\n            RedisCachingConnectionString = \"127.0.0.1:6379,ssl=False\",\n            //PersistDataProtectionKeysToRedis = true\n            EnableLogging = false,\n        };\n        services.AddLiteXRedisCache(redisConfig);\n\n        #endregion\n\n\n        #region LiteX Caching (SQLite)\n\n        // 1. Use default configuration from appsettings.json's 'SQLiteConfig'\n        services.AddLiteXSQLiteCache();\n\n        //OR\n        // 2. Load configuration settings using options.\n        services.AddLiteXSQLiteCache(option =\u003e\n        {\n            option.FileName = \"\";\n            option.FilePath = \"\";\n            option.OpenMode = Microsoft.Data.Sqlite.SqliteOpenMode.ReadWriteCreate;\n            option.CacheMode = Microsoft.Data.Sqlite.SqliteCacheMode.Default;\n            option.EnableLogging = false;\n        });\n\n        //OR\n        // 3. Load configuration settings on your own.\n        // (e.g. appsettings, database, hardcoded)\n        var sqLiteConfig = new SQLiteConfig()\n        {\n            FileName = \"\",\n            FilePath = \"\",\n            OpenMode = Microsoft.Data.Sqlite.SqliteOpenMode.ReadWriteCreate,\n            CacheMode = Microsoft.Data.Sqlite.SqliteCacheMode.Default,\n            EnableLogging = false,\n        };\n        services.AddLiteXSQLiteCache(sqLiteConfig);\n\n        #endregion\n\n\n        #region LiteX Caching (Memcached)\n\n        // don't use this option\n        // 1. Use default configuration from appsettings.json's 'MemcachedConfig'\n        services.AddLiteXMemcachedCache(providerOption =\u003e\n        {\n            providerOption.Protocol = Enyim.Caching.Memcached.MemcachedProtocol.Binary;\n            providerOption.Servers = new System.Collections.Generic.List\u003cEnyim.Caching.Configuration.Server\u003e() { new Enyim.Caching.Configuration.Server() { Address = \"\", Port = 0 } };\n\n            // configure rest of the options as needed\n        });\n\n        //OR\n        // 2. Load configuration settings using options.\n        services.AddLiteXMemcachedCache(providerOption =\u003e\n        {\n            providerOption.Protocol = Enyim.Caching.Memcached.MemcachedProtocol.Binary;\n            providerOption.Servers = new System.Collections.Generic.List\u003cEnyim.Caching.Configuration.Server\u003e() { new Enyim.Caching.Configuration.Server() { Address = \"\", Port = 0 } };\n\n            // configure rest of the options as needed\n        }, option =\u003e\n        {\n            option.PersistDataProtectionKeysToMemcached = true;\n            option.EnableLogging = false;\n        });\n\n        //OR\n        // 3. Load configuration settings on your own.\n        // (e.g. appsettings, database, hardcoded)\n        var memcachedConfig = new MemcachedConfig()\n        {\n            PersistDataProtectionKeysToMemcached = true,\n            EnableLogging = false,\n        };\n        services.AddLiteXMemcachedCache(providerOption =\u003e\n        {\n            providerOption.Protocol = Enyim.Caching.Memcached.MemcachedProtocol.Binary;\n            providerOption.Servers = new System.Collections.Generic.List\u003cEnyim.Caching.Configuration.Server\u003e() { new Enyim.Caching.Configuration.Server() { Address = \"\", Port = 0 } };\n\n            // configure rest of the options as needed\n        }, memcachedConfig);\n\n        #endregion\n    }\n\n    public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)\n    {\n        //Memcached\n        app.UseLiteXMemcachedCache();\n\n        //SQLite\n        app.UseLiteXSQLiteCache();\n    }\n}\n```\n\n\n### Step 3 : Use in Controller or Business layer :memo:\n\n```cs\n/// \u003csummary\u003e\n/// Customer controller\n/// \u003c/summary\u003e\n[Route(\"api/[controller]\")]\npublic class CustomerController : Controller\n{\n    #region Fields\n\n    private readonly ILiteXCacheManager _cacheManager;\n\n    #endregion\n\n    #region Ctor\n\n    /// \u003csummary\u003e\n    /// Ctor\n    /// \u003c/summary\u003e\n    /// \u003cparam name=\"cacheManager\"\u003e\u003c/param\u003e\n    public CustomerController(ILiteXCacheManager cacheManager)\n    {\n        _cacheManager = cacheManager;\n    }\n\n    #endregion\n\n    #region Methods\n\n    /// \u003csummary\u003e\n    /// Get Cache Provider Type\n    /// \u003c/summary\u003e\n    /// \u003creturns\u003e\u003c/returns\u003e\n    [HttpGet]\n    [Route(\"get-cache-provider-type\")]\n    public IActionResult GetCacheProviderType()\n    {\n        return Ok(_cacheManager.CacheProviderType.ToString());\n    }\n\n    /// \u003csummary\u003e\n    /// Get a cached item. If it's not in the cache yet, then load and cache it\n    /// \u003c/summary\u003e\n    /// \u003creturns\u003e\u003c/returns\u003e\n    [HttpGet]\n    [Route(\"cache-all\")]\n    public async Task\u003cIActionResult\u003e CacheCustomers()\n    {\n        IList\u003cCustomer\u003e customers;\n\n        //cacheable key\n        var key = \"customers\";\n\n        customers = await _cacheManager.GetAsync(key, () =\u003e\n        {\n            var result = new List\u003cCustomer\u003e();\n            result = GetCustomers().ToList();\n            return result;\n        });\n\n        //// sync\n        //customers = _cacheManager.Get(key, () =\u003e\n        //{\n        //    var result = new List\u003cCustomer\u003e();\n        //    result = GetCustomers().ToList();\n        //    return result;\n        //});\n\n        return Ok(customers);\n    }\n\n    /// \u003csummary\u003e\n    /// Get a cached item. If it's not in the cache yet, then load and cache it\n    /// \u003c/summary\u003e\n    /// \u003cparam name=\"cacheTime\"\u003eCache time in minutes (0 - do not cache)\u003c/param\u003e\n    /// \u003creturns\u003e\u003c/returns\u003e\n    [HttpGet]\n    [Route(\"cache-all-specific-time/{cacheTime}\")]\n    public async Task\u003cIActionResult\u003e CacheCustomers(int cacheTime)\n    {\n        IList\u003cCustomer\u003e customers;\n\n        //cacheable key\n        var cacheKey = \"customers\";\n\n        customers = await _cacheManager.GetAsync(cacheKey, cacheTime, () =\u003e\n        {\n            var result = new List\u003cCustomer\u003e();\n            result = GetCustomers().ToList();\n            return result;\n        });\n\n        //// sync\n        //customers = _cacheManager.Get(cacheKey, cacheTime, () =\u003e\n        //{\n        //    var result = new List\u003cCustomer\u003e();\n        //    result = GetCustomers().ToList();\n        //    return result;\n        //});\n\n        return Ok(customers);\n    }\n\n    /// \u003csummary\u003e\n    /// Get a cached item. If it's not in the cache yet, then load and cache it manually\n    /// \u003c/summary\u003e\n    /// \u003cparam name=\"customerId\"\u003e\u003c/param\u003e\n    /// \u003creturns\u003e\u003c/returns\u003e\n    [HttpGet]\n    [Route(\"cache-single-customer/{customerId}\")]\n    public async Task\u003cIActionResult\u003e CacheCustomer(int customerId)\n    {\n        Customer customer = null;\n        var cacheKey = $\"customer-{customerId}\";\n\n        customer = await _cacheManager.GetAsync\u003cCustomer\u003e(cacheKey);\n\n        //// sync\n        //customer = _cacheManager.Get\u003cCustomer\u003e(cacheKey);\n\n        if (customer == default(Customer))\n        {\n            //no value in the cache yet\n            //let's load customer and cache the result\n            customer = GetCustomerById(customerId);\n\n            await _cacheManager.SetAsync(cacheKey, customer, 60);\n\n            //// sync\n            //_cacheManager.Set(cacheKey, customer, 60);\n        }\n\n        return Ok(customer);\n    }\n\n    /// \u003csummary\u003e\n    /// Remove cached item(s).\n    /// \u003c/summary\u003e\n    /// \u003creturns\u003e\u003c/returns\u003e\n    [HttpDelete]\n    [Route(\"remove-all-cached\")]\n    public async Task\u003cIActionResult\u003e RemoveCachedCustomers()\n    {\n        //cacheable key\n        var cacheKey = \"customers\";\n\n        await _cacheManager.RemoveAsync(cacheKey);\n\n        //// sync\n        //_cacheManager.Remove(cacheKey);\n\n\n        // OR (may not work in web-farm scenario for some providers)\n        var cacheKeyPattern = \"customers-\";\n        // remove by pattern\n        await _cacheManager.RemoveByPatternAsync(cacheKeyPattern);\n\n        //// sync\n        //_cacheManager.RemoveByPattern(cacheKeyPattern);\n\n        return Ok();\n    }\n\n    /// \u003csummary\u003e\n    /// Clear-Flush all cached item(s).\n    /// \u003c/summary\u003e\n    /// \u003creturns\u003e\u003c/returns\u003e\n    [HttpDelete]\n    [Route(\"clear-cached\")]\n    public async Task\u003cIActionResult\u003e ClearCachedItems()\n    {\n        await _cacheManager.ClearAsync();\n\n        //// sync\n        //_cacheManager.Clear();\n\n        return Ok();\n    }\n\n    #endregion\n\n    #region Utilities\n\n    private IList\u003cCustomer\u003e GetCustomers(int total = 1000)\n    {\n        IList\u003cCustomer\u003e customers = new List\u003cCustomer\u003e();\n\n        for (int i = 1; i \u003c (total + 1); i++)\n        {\n            customers.Add(new Customer() { Id = i, Username = $\"customer_{i}\", Email = $\"customer_{i}@example.com\" });\n        }\n\n        return customers;\n    }\n\n    private Customer GetCustomerById(int id)\n    {\n        Customer customer = null;\n\n        customer = GetCustomers().ToList().FirstOrDefault(x =\u003e x.Id == id);\n\n        return customer;\n    }\n\n    #endregion\n}\n```\n\n\n## Todo List :clipboard:\n\n#### Caching Providers\n\n- [x] InMemory\n- [x] Redis\n- [x] Memcached\n- [x] SQLite\n\n\n#### Basic Caching API\n\n- [x] Get (with data retriever)\n- [x] Set\n- [x] Remove\n- [x] Clear\n\n\n#### Coming soon\n\n- .NET Standard 2.1 support\n- .NET 5.0 support\n- Remove sync methods\n\n\n\n\n\n---\n\n\n\n\n\n## Give a Star! :star:\n\nFeel free to request an issue on github if you find bugs or request a new feature. Your valuable feedback is much appreciated to better improve this project. If you find this useful, please give it a star to show your support for this project.\n\n\n\n## Support :telephone:\n\n\u003e Reach out to me at one of the following places!\n\n- Email :envelope: at \u003ca href=\"mailto:toaashishpatel@gmail.com\" target=\"_blank\"\u003e`toaashishpatel@gmail.com`\u003c/a\u003e\n- NuGet :package: at \u003ca href=\"https://www.nuget.org/profiles/iamaashishpatel\" target=\"_blank\"\u003e`@iamaashishpatel`\u003c/a\u003e\n\n\n\n## Author :boy:\n\n* **Ashish Patel** - [A-Patel](https://github.com/a-patel)\n\n\n##### Connect with me\n\n| Linkedin | Website | Medium | NuGet | GitHub | Microsoft | Facebook | Twitter | Instagram | Tumblr |\n|----------|----------|----------|----------|----------|----------|----------|----------|----------|----------|\n| [![linkedin](https://img.icons8.com/ios-filled/96/000000/linkedin.png)](https://www.linkedin.com/in/iamaashishpatel) | [![website](https://img.icons8.com/wired/96/000000/domain.png)](https://aashishpatel.netlify.app/) | [![medium](https://img.icons8.com/ios-filled/96/000000/medium-monogram.png)](https://medium.com/@iamaashishpatel) | [![nuget](https://img.icons8.com/windows/96/000000/nuget.png)](https://nuget.org/profiles/iamaashishpatel) | [![github](https://img.icons8.com/ios-glyphs/96/000000/github.png)](https://github.com/a-patel) | [![microsoft](https://img.icons8.com/ios-filled/90/000000/microsoft.png)](https://docs.microsoft.com/en-us/users/iamaashishpatel) | [![facebook](https://img.icons8.com/ios-filled/90/000000/facebook.png)](https://www.facebook.com/aashish.mrcool) | [![twitter](https://img.icons8.com/ios-filled/96/000000/twitter.png)](https://twitter.com/aashish_mrcool) | [![instagram](https://img.icons8.com/ios-filled/90/000000/instagram-new.png)](https://www.instagram.com/iamaashishpatel/) | [![tumblr](https://img.icons8.com/ios-filled/96/000000/tumblr--v1.png)](https://iamaashishpatel.tumblr.com/) |\n\n\n\n## Donate :dollar:\n\nIf you find this project useful — or just feeling generous, consider buying me a beer or a coffee. Cheers! :beers: :coffee:\n\n| PayPal | BMC | Patreon |\n| ------------- | ------------- | ------------- |\n| [![PayPal](https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png)](https://www.paypal.me/iamaashishpatel) | [![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/iamaashishpatel) | [![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iamaashishpatel) |\n\n\n\n## License :lock:\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","funding_links":["https://github.com/sponsors/a-patel","https://patreon.com/iamaashishpatel","https://opencollective.com/iamaashishpatel","https://tidelift.com/funding/github/nuget/LiteX.Cache","https://www.buymeacoffee.com/iamaashishpatel","https://www.paypal.me/iamaashishpatel","https://www.patreon.com/iamaashishpatel"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-patel%2Flitexcache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa-patel%2Flitexcache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-patel%2Flitexcache/lists"}