object
CacheIO extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
fromBytes[T](default: ⇒ T)(bytes: Array[Byte])(implicit format: Format[T], mf: Manifest[Format[T]]): T
-
def
fromBytes[T](format: Format[T], default: ⇒ T)(bytes: Array[Byte])(implicit mf: Manifest[Format[T]]): T
-
def
fromFile[T](file: File)(implicit format: Format[T], mf: Manifest[Format[T]]): Option[T]
-
def
fromFile[T](file: File, default: ⇒ T)(implicit format: Format[T], mf: Manifest[Format[T]]): T
-
def
fromFile[T](format: Format[T], default: ⇒ T)(file: File)(implicit mf: Manifest[Format[T]]): T
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
manifest[T](implicit mf: Manifest[T]): Manifest[T]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
objManifest[T](t: T)(implicit mf: Manifest[T]): Manifest[T]
-
def
stamp[T](format: Format[T])(implicit mf: Manifest[Format[T]]): Int
-
def
stampedFormat[T](format: Format[T])(implicit mf: Manifest[Format[T]]): Format[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toBytes[T](value: T)(implicit format: Format[T], mf: Manifest[Format[T]]): Array[Byte]
-
def
toBytes[T](format: Format[T])(value: T)(implicit mf: Manifest[Format[T]]): Array[Byte]
-
def
toFile[T](value: T)(file: File)(implicit format: Format[T], mf: Manifest[Format[T]]): Unit
-
def
toFile[T](format: Format[T])(value: T)(file: File)(implicit mf: Manifest[Format[T]]): Unit
-
def
toString(): String
-
def
typeHash[T](implicit mf: Manifest[T]): Int
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any