CacheKeyBuilder Constructor (Int32) |
Initializes a new CacheKeyBuilder and specifies the maximal key size.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public CacheKeyBuilder( int maxKeySize )
Parameters
- maxKeySize
- Type: System.Int32
The maximal number of characters in cache keys.