Walter.BOM
FallbackCashing<T> Class
Members 
Walter.BOM Assembly > Walter.BOM Namespace : FallbackCashing<T> Class
The type to buffer
Class FallbackCashing is a unstable form of cashing that allows to retain non critical business objects.
Syntax
public class FallbackCashing<T> 
where T: class
Type Parameters
T
The type to buffer
Remarks
This class uses IMemoryCache that will release items based on the options or a ring buffer with a maximum amount of items
Inheritance Hierarchy

System.Object
   Walter.BOM.FallbackCashing<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FallbackCashing<T> Members
Walter.BOM Namespace