-
isEmpty(); Test whether ornot the storage adapter has an entry. Returns true if the storage is currently unpopulated.
-
read(); Reads data from storage; the data will be serialized PHP.
-
write($contents); Write a serialized string to the storage engine.
-
clear(); Should empty the storage; calling
isEmpty()following aclear()operation should returntrue.




