You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val, found:=provider.cache.Get(core.MappingKeyPrefix+key)
if!found {
provider.logger.Errorf("Impossible to get the mapping key %s in Otter", core.MappingKeyPrefix+key)
return
}
The text was updated successfully, but these errors were encountered:
Describe the bug
Otter Configuration Size is not working
go version: go1.23.3 linux/amd64
caddy version: v2.9.0
cache-handler version: v0.15.0
darkweak/storages/core version: v0.0.11
parse configuration size
change log Error when key not found in cache
key not present in cache is a common scenario.
The text was updated successfully, but these errors were encountered: