| Constructor and Description |
|---|
SimpleConcurrentCache(int limit) |
SimpleConcurrentCache(int limit,
boolean fair,
CacheType type) |
SimpleConcurrentCache(int limit,
CacheType type) |
SimpleConcurrentCache(int concurrency,
int limit,
boolean fair) |
SimpleConcurrentCache(int concurrency,
int limit,
boolean fair,
CacheType type) |
public SimpleConcurrentCache(int limit)
public SimpleConcurrentCache(int limit,
CacheType type)
public SimpleConcurrentCache(int limit,
boolean fair,
CacheType type)
public SimpleConcurrentCache(int concurrency,
int limit,
boolean fair,
CacheType type)
public SimpleConcurrentCache(int concurrency,
int limit,
boolean fair)
Copyright © 2014. All rights reserved.