IRemoveAll interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Abstraction for objects that supports clearing all items, like a cache or local text registry.

public interface IRemoveAll

Members

name description
RemoveAll() Removes all cached items from target object.

Remarks

This is introduced so that we don't have to add a RemoveAll to ILocalTextRegistry and break backward compatibility, while trying to resolve issue: https://github.com/serenity-is/Serenity/issues/4568

See Also