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: 6.10.10.0 (6.10.10.0)
C#
public CacheKeyBuilder( int maxKeySize )
Parameters
- maxKeySize
- Type: System.Int32
The maximal number of characters in cache keys.