|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.aspose.imaging.CacheType
public final class CacheType
Specifies the cache type to use.
| Field Summary | |
|---|---|
static int |
Auto
Specifies auto cache type. |
static int |
CacheInMemoryOnly
The in-memory cache only. |
static int |
CacheOnDiskOnly
The disk cache only. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int Auto
Specifies auto cache type. The auto cache scheme will try to cache in-memory first then on disk.
public static final int CacheInMemoryOnly
The in-memory cache only.
public static final int CacheOnDiskOnly
The disk cache only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||