public static class

CommonCompat.RecentlyUsedCache

extends Object
java.lang.Object
   ↳ com.pdftron.common.CommonCompat.RecentlyUsedCache

Summary

Public Methods
static void AccessDocument(String document_path)
static String GetBitmapPathIfExists(String document_path)
static void InitializeRecentlyUsedCache(long num_documents, long max_absolute_space, double max_percentage_space)
static void RemoveDocument(String document_path)
static void RenameDocument(String old_path, String new_path)
static void ResetCache()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static void AccessDocument (String document_path)

public static String GetBitmapPathIfExists (String document_path)

public static void InitializeRecentlyUsedCache (long num_documents, long max_absolute_space, double max_percentage_space)

public static void RemoveDocument (String document_path)

public static void RenameDocument (String old_path, String new_path)

public static void ResetCache ()