Package | Description |
---|---|
org.openimaj.io | |
org.openimaj.twitter.finance |
Modifier and Type | Interface and Description |
---|---|
interface |
CachableASCII
A
Cachable that is capable of being read/written as ASCII. |
interface |
CachableBinary
A
Cachable that is capable of being read/written as Binary. |
Modifier and Type | Method and Description |
---|---|
static <T extends Cachable> |
Cache.clear(Class<T> clazz,
Object... objects)
Clear the cache entry for a given clazz and a set of constructors
|
Modifier and Type | Method and Description |
---|---|
static void |
Cache.clear(Cachable instance)
Clear the cache entry for a given cachable object
|
Modifier and Type | Class and Description |
---|---|
class |
YahooFinanceData
A class which doesn't belong here, but I need it so here it lives!
|