SplitSessionModelGetObsoleteExternalAttributes Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Return a map of external obsolete attributes.
These atributes once were big so they were taken in external cache and now the size is smaller than
limit for going to external cache so they need to be evicted from the external cache
Namespace:
Tangosol.Web.Model
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic IList GetObsoleteExternalAttributes()
Return Value
Type:
IListObsolete External attributes.
See Also