close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Mar 11, 2010, 1:35:00 PM (16 years ago)
- Author:
-
ramon
- Comment:
-
Sección de funciones API
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
60 | 60 | * Si tamaño<>actual; |
61 | 61 | * Volver a crear la caché |
| 62 | |
| 63 | |
| 64 | == Funciones de la API == |
| 65 | |
| 66 | || '''Operación''' || '''Formato''' || |
| 67 | ||Crear partición de caché ||{{{ogCreateCache TamañoKB}}} || |
| 68 | ||Obtener tamaño de la caché ||{{{ogGetCacheSize}}} || |
| 69 | ||Obtener tamaño máximo disponible para caché||{{{ogGetCacheSpace}}} || |
| 70 | ||Eliminar partición de caché ||{{{ogDeleteCache}}} || |
| 71 | ||Formatear sistema de archivos para caché ||{{{ogFormatCache}}} || |
| 72 | ||Localizar partición reservada para caché ||{{{ogFindCache}}} ''(pendiente)'' || |
| 73 | ||Montar caché ||{{{ogMountCache}}} ''(pendiente)'' || |
| 74 | ||Desmontar caché ||{{{ogUnmountCache}}} ''(pendiente)''|| |