PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​BackendsUninitialized­Caching­Backend
Open sandboxFocus

Class UninitializedCachingBackend

A CachingBackend that throws an exception when it's used. This is the active default backend until you see DefaultBackend to something else.

Inheritance
UninitializedCachingBackend
Implements
IDisposable
Namespace: PostSharp.Patterns.Caching.Backends
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public sealed class UninitializedCachingBackend : CachingBackend

Constructors

Name Description
UninitializedCachingBackend() PostSharp.Patterns.Caching.Backends.UninitializedCachingBackend

Methods

Name Description
ClearCore()
ContainsDependencyCore(String)
ContainsItemCore(String)
GetItemCore(String, Boolean)
InvalidateDependencyCore(String)
RemoveItemCore(String)
SetItemCore(String, CacheItem)