| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAutoProxyCreator.GetCacheKey Method
Build a cache key for the given object type and object name
[Visual Basic]
Protected Overridable Sub GetCacheKey( _
ByVal
objectType As
Type, _
ByVal
objectName As
String _
)
Parameters
-
objectType
- The object type.
-
objectName
- The object name.
Return Value
The cache key for the given type and name
See Also
AbstractAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace