The goog.storage Namespace

The goog.storage.CollectableStorage Class

Provides a storage with expirning keys and a collection method. … more

The goog.storage.EncryptedStorage Class

Provides an encrypted storage. The keys are hashed with a secret, so their existence cannot be verified without the knowledge of the secret. The values are encrypted using the key, a salt, and the secret, so stream cipher initialization varies for each stored value. … more

The goog.storage.ErrorCode Enum

Errors thrown by the storage. … more

The goog.storage.ExpiringStorage Class

Provides a storage with expirning keys. … more

The goog.storage.RichStorage Class

Provides a storage for data with attached metadata. … more

The goog.storage.Storage Class

The base implementation for all storage APIs. … more

The goog.storage.mechanism Namespace

… more

.storage_test