Scott Steinbeck
07/06/2022, 4:32 PMPatrick
07/06/2022, 4:47 PMbdw429s
07/06/2022, 5:05 PMbdw429s
07/06/2022, 5:05 PMbdw429s
07/06/2022, 5:06 PMbdw429s
07/06/2022, 5:07 PMbdw429s
07/06/2022, 5:07 PMbdw429s
07/06/2022, 5:08 PMPatrick
07/06/2022, 5:09 PMlmajano
07/06/2022, 5:09 PMlmajano
07/06/2022, 5:09 PMlmajano
07/06/2022, 5:10 PMScott Steinbeck
07/06/2022, 5:20 PMelpete
07/06/2022, 5:48 PMScott Steinbeck
07/06/2022, 5:59 PMConcurrentStore
or something I would need to implement myself?bdw429s
07/06/2022, 6:13 PMexpireByKeySnippet()
is part of the CacheBoxProvider
so it should work with the concurrentstore.bdw429s
07/06/2022, 6:13 PMbdw429s
07/06/2022, 6:14 PMScott Steinbeck
07/06/2022, 6:15 PMScott Steinbeck
07/06/2022, 6:17 PMbdw429s
07/06/2022, 6:17 PMICacheProvider
interface, so you can't asssume it will be there unless your provider is a subclass of AbstractCacheBoxProvider
bdw429s
07/06/2022, 6:17 PMdoes concurrentstore use lucee cache by default if running a lucee sever?No. It uses... a conccurent store 😉
bdw429s
07/06/2022, 6:18 PMLuceeProvider
if you know you're on Lucee and want to use a Lucee cachebdw429s
07/06/2022, 6:18 PMCFProvider
Scott Steinbeck
07/06/2022, 6:19 PMScott Steinbeck
07/06/2022, 6:19 PMbdw429s
07/06/2022, 6:19 PMcacheGet()
cachePut()
BIFs, etc. The Lucee one just supports Lucee betterbdw429s
07/06/2022, 6:19 PMbdw429s
07/06/2022, 6:20 PMbdw429s
07/06/2022, 6:20 PMbdw429s
07/06/2022, 6:21 PMScott Steinbeck
07/06/2022, 6:21 PMbdw429s
07/06/2022, 6:21 PMPatrick
07/06/2022, 6:23 PMScott Steinbeck
07/06/2022, 6:23 PMconcurrent soft reference
vs. concurrent store
have any functional difference?bdw429s
07/06/2022, 6:27 PMbdw429s
07/06/2022, 6:28 PMbdw429s
07/06/2022, 6:28 PMScott Steinbeck
07/06/2022, 6:28 PMbdw429s
07/06/2022, 6:28 PMbdw429s
07/06/2022, 6:28 PMbdw429s
07/06/2022, 6:28 PMbdw429s
07/06/2022, 6:29 PMScott Steinbeck
07/06/2022, 6:29 PMbdw429s
07/06/2022, 6:29 PMbdw429s
07/06/2022, 6:29 PMbdw429s
07/06/2022, 6:29 PMScott Steinbeck
07/06/2022, 6:30 PMScott Steinbeck
07/06/2022, 8:25 PMmysite-user-145-api-fieldslist
and then i could call expireByKeySnippet('mysite-user-145')
to expire all keys associated with the user, is that correct?bdw429s
07/06/2022, 8:26 PMbdw429s
07/06/2022, 8:26 PMScott Steinbeck
07/06/2022, 8:27 PMexpireByKeySnippet
over clearByKeySnippet
bdw429s
07/06/2022, 8:27 PMbdw429s
07/06/2022, 8:28 PMbdw429s
07/06/2022, 8:28 PMScott Steinbeck
07/06/2022, 8:37 PMScott Steinbeck
07/06/2022, 8:38 PMbdw429s
07/06/2022, 8:39 PMScott Steinbeck
07/06/2022, 8:40 PMScott Steinbeck
07/06/2022, 8:43 PMScott Steinbeck
07/06/2022, 8:45 PMScott Steinbeck
07/06/2022, 8:46 PMScott Steinbeck
07/06/2022, 8:46 PMbdw429s
07/06/2022, 8:46 PMbdw429s
07/06/2022, 8:46 PMbdw429s
07/06/2022, 8:47 PMScott Steinbeck
07/06/2022, 8:47 PMScott Steinbeck
07/06/2022, 8:49 PMScott Steinbeck
07/06/2022, 8:53 PMbdw429s
07/06/2022, 8:53 PMbdw429s
07/06/2022, 8:54 PMbdw429s
07/06/2022, 8:55 PMScott Steinbeck
07/06/2022, 8:55 PMScott Steinbeck
07/06/2022, 9:14 PMScott Steinbeck
07/06/2022, 9:17 PMThe ONLY interception points that will execute are preProcess and postProcess
Scott Steinbeck
07/06/2022, 9:17 PM