 | ConfigurationCommonMethodRefSetLRUCache Method |
Configures a LRU cache of the given size for the method invocation.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void SetLRUCache(
int size
)
Parameters
- size
- Type: SystemInt32
is the maximum number of entries before method invocation results are evicted
See Also