CacheFactoryGetCache Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static INamedCache GetCache(
string name
)
Parameters
- name
- Type: SystemString
Cache name (unique for a given configurable cache factory). If
the INamedCache with the specified name already
exists, a reference to the same object will be returned.
Return Value
Type:
INamedCache
The
INamedCache object.
Remarks
See Also