piranha.core
piranha.core copied to clipboard
Cache is not working in ContentService
The cache is commented out in the GetById() method in the ContentService. See #1696 for reference.
Also, tests should be added for the ContentService with both MemoryCache & DistributedCache.
The cache commented probably because it uses the same key for every language.
Any updates on this?