refactoring of persistence implementation and its api
This commit is contained in:
parent
96d393b178
commit
e6222c7cee
19 changed files with 647 additions and 663 deletions
|
|
@ -44,7 +44,7 @@ class DigestAuthenticationService extends DigestAuthenticationActor {
|
|||
//don't forget to configure your standalone Cassandra instance
|
||||
//
|
||||
//makeTransactionRequired
|
||||
//override def mkNonceMap = PersistentState.newMap(CassandraStorageConfig()).asInstanceOf[scala.collection.mutable.Map[String,Long]]
|
||||
//override def mkNonceMap = Storage.newMap(CassandraStorageConfig()).asInstanceOf[scala.collection.mutable.Map[String,Long]]
|
||||
|
||||
//Use an in-memory nonce-map as default
|
||||
override def mkNonceMap = new scala.collection.mutable.HashMap[String, Long]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue