public class CacheTidy
extends java.lang.Object
| Constructor and Description |
|---|
CacheTidy() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createStudentCache(java.lang.String studentID)
Creates the student cache.
|
static void |
removeStudentCache(java.lang.String studentID)
Removes the student cache.
|
static void |
removeUnusedStudentFiles(java.lang.String hostname)
Removes the unused student files.
|
public static void createStudentCache(java.lang.String studentID)
studentID - the student idpublic static void removeStudentCache(java.lang.String studentID)
studentID - the student idpublic static void removeUnusedStudentFiles(java.lang.String hostname)
hostname - the hostname