Skip to content

IContentHashCache interface

namespace: Serenity.Web   assemblySerenity.Net.Web

An abstraction for a content hash cache, which contains hashes of web servable files.

public interface IContentHashCache

Members

name description
ResolvePath(…) Resolves a relative path.
ResolveWithHash(…) Resolves a relative path with its hash.
ScriptsChanged() Raises the scripts changed event, causing the cache to be cleared.

See Also