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)
Cache
makeReference
in interface Cache
public int getLimit()
public void setLimit(int limit)
Copyright © 2014 BioJava. All rights reserved.