This website requires JavaScript.
Explore
Help
Sign In
devol
/
smalltalk-matrix
mirror of
https://github.com/ouchadam/small-talk.git
Watch
1
Star
0
Fork
You've already forked smalltalk-matrix
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
94a05898c8
smalltalk-matrix
/
matrix
/
services
/
room
/
build.gradle
5 lines
87 B
Groovy
Raw
Normal View
History
Unescape
Escape
initial commit
2022-02-24 22:55:56 +01:00
applyMatrixServiceModule
(
project
)
adding an lru cache and making use of it in the room member cache - keeps 25 members from 12 rooms in memory to avoid the cache growing infinitely
2022-05-08 15:55:52 +02:00
dependencies
{
implementation
project
(
":core"
)
}