Berkeley DB Java Edition
version 3.3.62

Uses of Class
com.sleepycat.je.CacheMode

Packages that use CacheMode
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of CacheMode in com.sleepycat.je
 

Methods in com.sleepycat.je that return CacheMode
 CacheMode Cursor.getCacheMode()
          Returns the CacheMode used for operations performed using this cursor.
static CacheMode CacheMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheMode[] CacheMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sleepycat.je with parameters of type CacheMode
 void Cursor.setCacheMode(CacheMode cacheMode)
          Changes the CacheMode used for operations performed using this cursor.
 


Berkeley DB Java Edition
version 3.3.62

Copyright (c) 2004,2008 Oracle. All rights reserved.