Able
Askowl Base Library Enabler
Askowl.Cache.Boxed< T > Class Template Reference

Caching boxed value items More...

Inheritance diagram for Askowl.Cache.Boxed< T >:
Askowl.Cache.Boxed

Public Member Functions

override string ToString ()
 

Static Public Member Functions

static Boxed New (T item)
 Add a cache entry containing a new value item More...
 
static Boxed Clone (Boxed< T > item)
 Create a new cache holding a copy of the value item. More...
 

Public Attributes

Value
 Unboxed value storage More...
 

Detailed Description

Caching boxed value items

Definition at line 14 of file Cache.cs.

Member Function Documentation

◆ Clone()

◆ New()

◆ ToString()

override string Askowl.Cache.Boxed< T >.ToString ( )

Member Data Documentation

◆ Value

T Askowl.Cache.Boxed< T >.Value

Unboxed value storage

Definition at line 17 of file Cache.cs.


The documentation for this class was generated from the following file: