java.lang.Iterable<com.alachisoft.ncache.client.internal.caching.CacheImpl>
public class CacheCollection
extends java.lang.Object
implements java.lang.Iterable<com.alachisoft.ncache.client.internal.caching.CacheImpl>
Constructor | Description |
---|---|
CacheCollection() |
Creates a CacheCollection instance.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator<com.alachisoft.ncache.client.internal.caching.CacheImpl> |
iterator() |
Returns an
Iterator which iterates over existent caches. |
int |
size() |
The count of the caches contained in the collection.
|
java.util.Collection |
values() |
Gets all caches in the form of collection.
|
public int size()
public java.util.Collection values()
public java.util.Iterator<com.alachisoft.ncache.client.internal.caching.CacheImpl> iterator()
Iterator
which iterates over existent caches.iterator
in interface java.lang.Iterable<com.alachisoft.ncache.client.internal.caching.CacheImpl>