public class FixedSizeCache extends Object implements Cache
limit Objects.| Constructor and Description |
|---|
FixedSizeCache(int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
CacheReference |
makeReference(Object o)
Construct a temporary reference to an object.
|
void |
setLimit(int limit) |
public FixedSizeCache(int limit)
public CacheReference makeReference(Object o)
CachemakeReference in interface Cachepublic int getLimit()
public void setLimit(int limit)
Copyright © 2014 BioJava. All rights reserved.