public class StringCache
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the cache.
|
CacheStats |
getStats() |
java.lang.String |
getString(long msb,
long lsb,
int offset,
<any> loader)
Get the string, loading it if necessary.
|
public CacheStats getStats()
public java.lang.String getString(long msb,
long lsb,
int offset,
<any> loader)
msb - the msb of the segmentlsb - the lsb of the segmentoffset - the offsetloader - the string loader functionpublic void clear()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"